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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user