Skip to content

Commit 717543b

Browse files
gengjiawenCommit Bot
authored andcommitted
[zone]: fix build on msvc in wasm module
Fix: nodejs/node-v8#172 Change-Id: Ibdbee76470ec8a4c20af7650dc5fac4602873430 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2414688 Reviewed-by: Jakob Kummerow <[email protected]> Commit-Queue: Jakob Kummerow <[email protected]> Cr-Commit-Position: refs/heads/master@{#70109}
1 parent 10b6b97 commit 717543b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/wasm/wasm-module-builder.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ class V8_EXPORT_PRIVATE WasmModuleBuilder : public ZoneObject {
361361
// Indirect functions must be allocated before adding extra tables.
362362
bool allocating_indirect_functions_allowed_ = true;
363363
#endif
364+
365+
DISALLOW_COPY_AND_ASSIGN(WasmModuleBuilder);
364366
};
365367

366368
inline FunctionSig* WasmFunctionBuilder::signature() {

0 commit comments

Comments
 (0)