| Index: Source/core/inspector/InspectorInspectorAgent.h
|
| diff --git a/Source/core/inspector/InspectorInspectorAgent.h b/Source/core/inspector/InspectorInspectorAgent.h
|
| index 6fb7113046186bae6d7ee0d578a5c506d9c3c56c..80fa6d5e300c2d3075d2edb1081078d858a38906 100644
|
| --- a/Source/core/inspector/InspectorInspectorAgent.h
|
| +++ b/Source/core/inspector/InspectorInspectorAgent.h
|
| @@ -81,7 +81,6 @@ private:
|
| RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
|
|
| Vector<pair<long, String> > m_pendingEvaluateTestCommands;
|
| - pair<RefPtr<TypeBuilder::Runtime::RemoteObject>, RefPtr<JSONObject> > m_pendingInspectData;
|
| };
|
|
|
| } // namespace blink
|
|
|