| 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 84350fd79f8bae64f2d94cbdf2d988841a6fbfd5..d4f75ff47d903f7d89241b4e228de075e313301e 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| @@ -115,7 +115,7 @@ public:
|
| v8::HandleScope m_handleScope;
|
| v8::TryCatch m_tryCatch;
|
| v8::Local<v8::Context> m_context;
|
| - v8::Local<v8::Symbol> m_extensionSymbol;
|
| + v8::Local<v8::Private> m_extensionPrivate;
|
| v8::MaybeLocal<v8::Object> m_global;
|
| bool m_ignoreExceptionsAndMuteConsole;
|
| V8DebuggerImpl::PauseOnExceptionsState m_previousPauseOnExceptionsState;
|
|
|