Bug 784889 - Use nullptr in a function that returns a pointer. r=ms2ger.

This commit is contained in:
Rafael Ávila de Espíndola 2012-08-23 09:56:10 -04:00
parent ef29d2ea89
commit e3ab16964a

View File

@ -6130,7 +6130,7 @@ PostMessageReadStructuredClone(JSContext* cx,
return runtimeCallbacks->read(cx, reader, tag, data, nullptr);
}
return JS_FALSE;
return nullptr;
}
static JSBool