| Index: Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
|
| index 162bc556ba7f1ab27536a688d33ce752356a3777..2e1518e5ebe68992388b8c2706a6f8800c9868e4 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.h
|
| +++ b/Source/core/inspector/InjectedScriptHost.h
|
| @@ -97,7 +97,7 @@ private:
|
|
|
| RawPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
|
| ScriptDebugServer* m_scriptDebugServer;
|
| - Vector<OwnPtr<InspectableObject> > m_inspectedObjects;
|
| + Vector<OwnPtr<InspectableObject>> m_inspectedObjects;
|
| OwnPtr<InspectableObject> m_defaultInspectableObject;
|
| };
|
|
|
|
|