Index: src/wasm/wasm-interpreter.h |
diff --git a/src/wasm/wasm-interpreter.h b/src/wasm/wasm-interpreter.h |
index 91b592c0c1bafcd8e8a69c82fa1f4aad041185d6..a5ae04425a783bc5b762b06d9d063d4cf86ef221 100644 |
--- a/src/wasm/wasm-interpreter.h |
+++ b/src/wasm/wasm-interpreter.h |
@@ -102,7 +102,7 @@ class WasmFrame { |
}; |
// An interpreter capable of executing WASM. |
-class WasmInterpreter { |
+class V8_EXPORT_PRIVATE WasmInterpreter { |
public: |
// State machine for a Thread: |
// +---------------Run()-----------+ |