mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1248625 - Change 'return false' to 'return nullptr' (r=me)
MozReview-Commit-ID: 75AW4GpR8hd
This commit is contained in:
parent
f3ff07ed59
commit
5bcb4aaa9c
@ -3228,7 +3228,7 @@ EncodeModule(WasmAstModule& module)
|
||||
|
||||
for (WasmAstFunc* func : module.funcs()) {
|
||||
if (!EncodeFunctionSection(e, *func))
|
||||
return false;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
if (!EncodeDataSection(e, module))
|
||||
|
Loading…
Reference in New Issue
Block a user