Index: src/wasm/wasm-js.h |
diff --git a/src/wasm/wasm-js.h b/src/wasm/wasm-js.h |
index 0913f0715901835186fcaa77dde7898725c8fdf9..e7305aa164aaf28c566e59f16df607366a097604 100644 |
--- a/src/wasm/wasm-js.h |
+++ b/src/wasm/wasm-js.h |
@@ -19,7 +19,9 @@ namespace internal { |
class WasmJs { |
public: |
static void Install(Isolate* isolate, Handle<JSGlobalObject> global_object); |
+ static void InstallWasmFunctionMap(Isolate* isolate, Handle<Context> context); |
}; |
+ |
} // namespace internal |
} // namespace v8 |
#endif |