Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com
git-svn-id: svn://10.0.0.236/trunk@59394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -727,7 +727,7 @@ NS_IMETHODIMP mozXMLTerminal::GetWebShell(nsIWebShell** aWebShell)
|
||||
NS_PRECONDITION(mWebShell, "bad state, null mWebShell");
|
||||
if (!mWebShell)
|
||||
return NS_ERROR_NOT_INITIALIZED;
|
||||
return mWebShell->QueryInterface(nsIWebShell::GetIID(),
|
||||
return mWebShell->QueryInterface(NS_GET_IID(nsIWebShell),
|
||||
(void **)aWebShell);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user