Skip to content

Commit

Permalink
deps: V8: fix build on windows (#35229)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen authored and targos committed Sep 18, 2020
1 parent 25a5db3 commit fb83c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/v8/src/wasm/wasm-module-builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class V8_EXPORT_PRIVATE WasmFunctionBuilder : public ZoneObject {
class V8_EXPORT_PRIVATE WasmModuleBuilder : public ZoneObject {
public:
explicit WasmModuleBuilder(Zone* zone);
DISALLOW_COPY_AND_ASSIGN(WasmModuleBuilder);

// Building methods.
uint32_t AddImport(Vector<const char> name, FunctionSig* sig,
Expand Down

0 comments on commit fb83c81

Please sign in to comment.