Skip to content

Commit

Permalink
[zone]: fix build on msvc in wasm module
Browse files Browse the repository at this point in the history
Fix: nodejs/node-v8#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}
  • Loading branch information
gengjiawen authored and Commit Bot committed Sep 24, 2020
1 parent 10b6b97 commit 717543b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wasm/wasm-module-builder.h
Expand Up @@ -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() {
Expand Down

0 comments on commit 717543b

Please sign in to comment.