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