mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 786136 - Fix invalid conversion in return; r=brendan
--HG-- extra : rebase_source : b172b54c8efd11c9a2de6acf208c0ba26785bdd6
This commit is contained in:
parent
1391eebf11
commit
83eed560ac
@ -1082,7 +1082,7 @@ JS_NewRuntime(uint32_t maxbytes)
|
||||
InitMemorySubsystem();
|
||||
|
||||
if (!JS::TlsRuntime.init())
|
||||
return false;
|
||||
return NULL;
|
||||
|
||||
js_NewRuntimeWasCalled = JS_TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user