Index: src/debug.h |
=================================================================== |
--- src/debug.h (revision 4525) |
+++ src/debug.h (working copy) |
@@ -670,6 +670,7 @@ |
// Unload the debugger if possible. Only called when no debugger is currently |
// active. |
static void UnloadDebugger(); |
+ friend void ForceUnloadDebugger(); // In test-debug.cc |
inline static bool EventActive(v8::DebugEvent event) { |
ScopedLock with(debugger_access_); |