| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| index e85c36ce26cca0fe33011e739ac52b40cfc0b526..30ac7f2da3a5563fc6c75873a4e8846a41da5375 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| @@ -141,6 +141,7 @@ private:
|
| v8::Local<v8::String> v8InternalizedString(const char*) const;
|
|
|
| void handleV8AsyncTaskEvent(V8DebuggerAgentImpl*, v8::Local<v8::Context>, v8::Local<v8::Object> executionState, v8::Local<v8::Object> eventData);
|
| + bool installConsole(v8::Local<v8::Context>);
|
|
|
| v8::Isolate* m_isolate;
|
| V8DebuggerClient* m_client;
|
|
|