| Index: src/inspector/v8-console.h
|
| diff --git a/src/inspector/v8-console.h b/src/inspector/v8-console.h
|
| index c643d49a4154a448141cb0f04e906a4d92bf6025..a64db99daec016cec35e716ca8616cf9de2a6c1a 100644
|
| --- a/src/inspector/v8-console.h
|
| +++ b/src/inspector/v8-console.h
|
| @@ -19,8 +19,6 @@ class V8Console {
|
| 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 {
|
|
|