Index: src/inspector/v8-console.h |
diff --git a/src/inspector/v8-console.h b/src/inspector/v8-console.h |
index a64db99daec016cec35e716ca8616cf9de2a6c1a..c643d49a4154a448141cb0f04e906a4d92bf6025 100644 |
--- a/src/inspector/v8-console.h |
+++ b/src/inspector/v8-console.h |
@@ -19,6 +19,8 @@ |
public: |
static v8::Local<v8::Object> createConsole(InspectedContext*, |
bool hasMemoryAttribute); |
+ static void clearInspectedContextIfNeeded(v8::Local<v8::Context>, |
+ v8::Local<v8::Object> console); |
static v8::Local<v8::Object> createCommandLineAPI(InspectedContext*); |
class CommandLineAPIScope { |