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:
pp%ludusdesign.com
2000-02-01 14:26:27 +00:00
parent c49a235fc0
commit fdfd888608
23 changed files with 139 additions and 124 deletions

View File

@@ -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);
}