diff --git a/common.gypi b/common.gypi index 5e5ac96a78fa29..d9d29fdca1579c 100644 --- a/common.gypi +++ b/common.gypi @@ -36,7 +36,7 @@ # Reset this number to 0 on major V8 upgrades. # Increment by one for each non-official patch applied to deps/v8. - 'v8_embedder_string': '-node.12', + 'v8_embedder_string': '-node.13', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/src/wasm/wasm-module-builder.h b/deps/v8/src/wasm/wasm-module-builder.h index 309d4bbb9f12fd..fdd64950df4fec 100644 --- a/deps/v8/src/wasm/wasm-module-builder.h +++ b/deps/v8/src/wasm/wasm-module-builder.h @@ -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() {