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:
danm%netscape.com
2001-04-16 20:35:46 +00:00
parent f2abbd8476
commit de9fcdd499
7 changed files with 149 additions and 40 deletions

View File

@@ -298,7 +298,7 @@ void nsDocShellTreeOwner::AddToWatcher() {
if (domWindow) {
nsCOMPtr<nsPIWindowWatcher> wwatch(do_GetService(sWindowWatcherContractID));
if (wwatch)
wwatch->AddWindow(domWindow);
wwatch->AddWindow(domWindow, mWebBrowserChrome);
}
}
}