[zone]: fix build on msvc in wasm module
Fix: https://github.com/nodejs/node-v8/issues/172 Change-Id: Ibdbee76470ec8a4c20af7650dc5fac4602873430 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2414688 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#70109}
This commit is contained in:
parent
10b6b9781b
commit
717543bbf0
@ -361,6 +361,8 @@ class V8_EXPORT_PRIVATE WasmModuleBuilder : public ZoneObject {
|
||||
// Indirect functions must be allocated before adding extra tables.
|
||||
bool allocating_indirect_functions_allowed_ = true;
|
||||
#endif
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(WasmModuleBuilder);
|
||||
};
|
||||
|
||||
inline FunctionSig* WasmFunctionBuilder::signature() {
|
||||
|
Loading…
Reference in New Issue
Block a user