Index: src/interpreter/interpreter.h |
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
index 1e37b11396337eea8ccaeea38383d601cf0644d4..caed797f7282825959eaf38ae1515053b0d76845 100644 |
--- a/src/interpreter/interpreter.h |
+++ b/src/interpreter/interpreter.h |
@@ -56,7 +56,7 @@ class Interpreter { |
void TraceCodegen(Handle<Code> code); |
const char* LookupNameOfBytecodeHandler(Code* code); |
- Local<v8::Object> GetDispatchCountersObject(); |
+ V8_EXPORT_PRIVATE Local<v8::Object> GetDispatchCountersObject(); |
Address dispatch_table_address() { |
return reinterpret_cast<Address>(&dispatch_table_[0]); |