Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h |
index 63b362f482bb6309d3d6fce60f5d07aaeff45bc3..7dae28aba92cce7e8eb0b63093149c3bc43b877f 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h |
@@ -35,6 +35,7 @@ |
#include "platform/inspector_protocol/Platform.h" |
#include "platform/v8_inspector/InjectedScriptNative.h" |
#include "platform/v8_inspector/InspectedContext.h" |
+#include "platform/v8_inspector/V8Console.h" |
#include "platform/v8_inspector/V8DebuggerImpl.h" |
#include "platform/v8_inspector/protocol/Runtime.h" |
@@ -114,8 +115,7 @@ public: |
v8::HandleScope m_handleScope; |
v8::TryCatch m_tryCatch; |
v8::Local<v8::Context> m_context; |
- v8::Local<v8::Private> m_extensionPrivate; |
- v8::MaybeLocal<v8::Object> m_global; |
+ std::unique_ptr<V8Console::CommandLineAPIScope> m_commandLineAPIScope; |
bool m_ignoreExceptionsAndMuteConsole; |
V8DebuggerImpl::PauseOnExceptionsState m_previousPauseOnExceptionsState; |
bool m_userGesture; |