diff --git a/js/src/xpconnect/src/xpcwrappednativeclass.cpp b/js/src/xpconnect/src/xpcwrappednativeclass.cpp index 49e44207cff..ba246cd8cac 100644 --- a/js/src/xpconnect/src/xpcwrappednativeclass.cpp +++ b/js/src/xpconnect/src/xpcwrappednativeclass.cpp @@ -341,8 +341,7 @@ nsXPCWrappedNativeClass::HandlePossibleNameCaseError(JSContext* cx, jsid id) nsCOMPtr e = dont_AddRef(NS_STATIC_CAST(nsIXPCException*, - nsXPCException::NewException("", - NS_OK, nsnull, nsnull))); + nsXPCException::NewException("", NS_OK, nsnull, nsnull))); nsCOMPtr loc = nsnull; if(e)