fix build bustage on some platforms from MI ambiguity

git-svn-id: svn://10.0.0.236/trunk@83367 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com
2000-12-07 08:33:50 +00:00
parent 2aa5fb0583
commit 389c2d6966

View File

@@ -340,8 +340,9 @@ nsXPCWrappedNativeClass::HandlePossibleNameCaseError(JSContext* cx, jsid id)
char* locationStr = nsnull;
nsCOMPtr<nsIXPCException> e =
dont_AddRef(nsXPCException::NewException("", NS_OK,
nsnull, nsnull));
dont_AddRef(NS_STATIC_CAST(nsIXPCException*,
nsXPCException::NewException("",
NS_OK, nsnull, nsnull)));
nsCOMPtr<nsIJSStackFrameLocation> loc = nsnull;
if(e)