| Index: Source/core/inspector/InspectorInspectorAgent.h
|
| diff --git a/Source/core/inspector/InspectorInspectorAgent.h b/Source/core/inspector/InspectorInspectorAgent.h
|
| index 29f089bdc4ecfeb93c349554be966be3f983144a..6576ac5031bf3b1c500cd645d2d7acef54455e58 100644
|
| --- a/Source/core/inspector/InspectorInspectorAgent.h
|
| +++ b/Source/core/inspector/InspectorInspectorAgent.h
|
| @@ -85,8 +85,8 @@ private:
|
| InspectorFrontend::Inspector* m_frontend;
|
| RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
|
|
| - Vector<pair<long, String> > m_pendingEvaluateTestCommands;
|
| - pair<RefPtr<TypeBuilder::Runtime::RemoteObject>, RefPtr<JSONObject> > m_pendingInspectData;
|
| + Vector<pair<long, String>> m_pendingEvaluateTestCommands;
|
| + pair<RefPtr<TypeBuilder::Runtime::RemoteObject>, RefPtr<JSONObject>> m_pendingInspectData;
|
| typedef HashMap<String, String> InjectedScriptForOriginMap;
|
| InjectedScriptForOriginMap m_injectedScriptForOrigin;
|
| };
|
|
|