renamed to QueryReferent, do_QueryReferent, etc.

git-svn-id: svn://10.0.0.236/trunk@43314 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
1999-08-13 23:00:58 +00:00
parent 1bdbfaf844
commit c108d9dde2
10 changed files with 40 additions and 40 deletions

View File

@@ -1739,7 +1739,7 @@ nsWebShellWindow::ShowModally(PRBool aPrepare)
if (aPrepare && NS_FAILED(appShell->PushThreadEventQueue()))
aPrepare = PR_FALSE;
parentWidget = do_QueryReference(mParentWindow);
parentWidget = do_QueryReferent(mParentWindow);
if (parentWidget)
parentWidget->Enable(PR_FALSE);
rv = ShowModal();