Index: src/debug/debug-interface.h |
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
index 94329f37bdaf15f6d2e21ccfcf30cd3a61970470..b3b849a41fa64df5f5d3f3d0a8555477e706ba58 100644 |
--- a/src/debug/debug-interface.h |
+++ b/src/debug/debug-interface.h |
@@ -209,7 +209,8 @@ enum Builtin { |
Local<Function> GetBuiltin(Isolate* isolate, Builtin builtin); |
-void SetConsoleDelegate(Isolate* isolate, ConsoleDelegate* delegate); |
+V8_EXPORT_PRIVATE void SetConsoleDelegate(Isolate* isolate, |
+ ConsoleDelegate* delegate); |
int GetStackFrameId(v8::Local<v8::StackFrame> frame); |