| Index: Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
|
| index 7605972ffcb4674a61c27fb44b676f1975fd7772..df51a4fccfe1943987ec83d3885cc4ff42f8ec4f 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/Source/web/WebDevToolsAgentImpl.h
|
| @@ -156,7 +156,7 @@ private:
|
| InspectorAgentRegistry m_agents;
|
| bool m_deferredAgentsInitialized;
|
|
|
| - typedef Vector<RefPtr<JSONObject> > NotificationQueue;
|
| + typedef Vector<RefPtr<JSONObject>> NotificationQueue;
|
| NotificationQueue m_notificationQueue;
|
| String m_stateCookie;
|
|
|
|
|