mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784889 - Use nullptr in a function that returns a pointer. r=ms2ger.
This commit is contained in:
parent
ef29d2ea89
commit
e3ab16964a
@ -6130,7 +6130,7 @@ PostMessageReadStructuredClone(JSContext* cx,
|
|||||||
return runtimeCallbacks->read(cx, reader, tag, data, nullptr);
|
return runtimeCallbacks->read(cx, reader, tag, data, nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
return JS_FALSE;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
static JSBool
|
static JSBool
|
||||||
|
Loading…
Reference in New Issue
Block a user