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