Loading dom/src/base/nsDOMClassInfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -4259,7 +4259,7 @@ nsWindowSH::GlobalScopePolluterNewResolve(JSContext *cx, JSObject *obj, nsCOMPtr<nsIXPConnectJSObjectHolder> holder; nsresult rv = WrapNative(cx, obj, result, NS_GET_IID(nsISupports), &v, getter_AddRefs(holder)); NS_ENSURE_SUCCESS(rv, rv); NS_ENSURE_SUCCESS(rv, JS_FALSE); if (!::JS_DefineUCProperty(cx, obj, ::JS_GetStringChars(jsstr), ::JS_GetStringLength(jsstr), v, nsnull, nsnull, Loading dom/src/storage/nsDOMStorageDB.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ nsDOMStorageDB::GetKeyValue(const nsAString& aDomain, rv = NS_ERROR_DOM_NOT_FOUND_ERR; } *aSecure = (PRBool)secureInt; *aSecure = !!secureInt; return rv; } Loading Loading
dom/src/base/nsDOMClassInfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -4259,7 +4259,7 @@ nsWindowSH::GlobalScopePolluterNewResolve(JSContext *cx, JSObject *obj, nsCOMPtr<nsIXPConnectJSObjectHolder> holder; nsresult rv = WrapNative(cx, obj, result, NS_GET_IID(nsISupports), &v, getter_AddRefs(holder)); NS_ENSURE_SUCCESS(rv, rv); NS_ENSURE_SUCCESS(rv, JS_FALSE); if (!::JS_DefineUCProperty(cx, obj, ::JS_GetStringChars(jsstr), ::JS_GetStringLength(jsstr), v, nsnull, nsnull, Loading
dom/src/storage/nsDOMStorageDB.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ nsDOMStorageDB::GetKeyValue(const nsAString& aDomain, rv = NS_ERROR_DOM_NOT_FOUND_ERR; } *aSecure = (PRBool)secureInt; *aSecure = !!secureInt; return rv; } Loading