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:
gavin%gavinsharp.com
2006-09-15 19:29:20 +00:00
parent 34cf75b124
commit d1dd29010e

View File

@@ -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();