зеркало из https://github.com/mozilla/gecko-dev.git
Bug 784889 - Use nullptr in a function that returns a pointer. r=ms2ger.
This commit is contained in:
Родитель
956807114f
Коммит
0d45bdcb77
|
@ -6130,7 +6130,7 @@ PostMessageReadStructuredClone(JSContext* cx,
|
|||
return runtimeCallbacks->read(cx, reader, tag, data, nullptr);
|
||||
}
|
||||
|
||||
return JS_FALSE;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
static JSBool
|
||||
|
|
Загрузка…
Ссылка в новой задаче