| Index: third_party/WebKit/Source/platform/v8_inspector/InspectedContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.cpp b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.cpp
|
| index b2a73810d24ee56e5de420d8ceadbddd18463cf1..fb9e4c5161c082a0427aaa6becc1c4f473b4fb6e 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.cpp
|
| @@ -21,7 +21,6 @@ InspectedContext::InspectedContext(V8DebuggerImpl* debugger, const V8ContextInfo
|
| , m_context(info.context->GetIsolate(), info.context)
|
| , m_contextId(contextId)
|
| , m_contextGroupId(info.contextGroupId)
|
| - , m_isMainInGroup(info.isMainInGroup)
|
| , m_isDefault(info.isDefault)
|
| , m_origin(info.origin)
|
| , m_humanReadableName(info.humanReadableName)
|
|
|