hooking up windowwatcher active window. bug 44809,76011 r=hyatt,saari
git-svn-id: svn://10.0.0.236/trunk@92425 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -298,7 +298,7 @@ void nsDocShellTreeOwner::AddToWatcher() {
|
||||
if (domWindow) {
|
||||
nsCOMPtr<nsPIWindowWatcher> wwatch(do_GetService(sWindowWatcherContractID));
|
||||
if (wwatch)
|
||||
wwatch->AddWindow(domWindow);
|
||||
wwatch->AddWindow(domWindow, mWebBrowserChrome);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user