vc6 bustage fix (bug 352124)
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@211825 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1390,7 +1390,7 @@ XPCNativeWrapper::GetNewOrUsed(JSContext *cx, XPCWrappedNative *wrapper)
|
||||
if (xpcwrappedjs) {
|
||||
XPCThrower::Throw(NS_ERROR_INVALID_ARG, cx);
|
||||
|
||||
return JS_FALSE;
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
JSObject *obj = wrapper->GetNativeWrapper();
|
||||
|
||||
Reference in New Issue
Block a user