git-svn-id: svn://10.0.0.236/trunk@129050 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2002-09-07 17:13:19 +00:00
parent 3ed78cf25b
commit e289284076
953 changed files with 1235 additions and 1194 deletions

View File

@@ -1045,7 +1045,7 @@ PRUint32 AppCallbacks::RunEventLoop(PRBool &aRunCondition)
nsQABrowserUIGlue::nsQABrowserUIGlue():mAllowNewWindows(PR_TRUE)
{
NS_INIT_REFCNT();
NS_INIT_ISUPPORTS();
}
nsQABrowserUIGlue::~nsQABrowserUIGlue()
@@ -1493,4 +1493,4 @@ nsQABrowserUIGlue::CreateNativeWindow(nsIWebBrowserChrome* chrome)
gDialogCount++;
return (void *) hwndBrowser;
}
}