| Index: Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h
|
| index 47fe6098ba124835492bcaf54bcb880d7e892fb8..00e3fe3cefccc0f4f496de86c93381516d8d2b0c 100644
|
| --- a/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -156,18 +156,18 @@ private:
|
| String m_hostId;
|
| OwnPtr<NetworkResourcesData> m_resourcesData;
|
|
|
| - typedef WillBeHeapHashMap<ThreadableLoaderClient*, RefPtrWillBeMember<XHRReplayData> > PendingXHRReplayDataMap;
|
| + typedef WillBeHeapHashMap<ThreadableLoaderClient*, RefPtrWillBeMember<XHRReplayData>> PendingXHRReplayDataMap;
|
| PendingXHRReplayDataMap m_pendingXHRReplayData;
|
|
|
| - typedef HashMap<String, RefPtr<TypeBuilder::Network::Initiator> > FrameNavigationInitiatorMap;
|
| + typedef HashMap<String, RefPtr<TypeBuilder::Network::Initiator>> FrameNavigationInitiatorMap;
|
| FrameNavigationInitiatorMap m_frameNavigationInitiatorMap;
|
|
|
| // FIXME: InspectorResourceAgent should now be aware of style recalculation.
|
| RefPtr<TypeBuilder::Network::Initiator> m_styleRecalculationInitiator;
|
| bool m_isRecalculatingStyle;
|
|
|
| - WillBeHeapHashSet<RefPtrWillBeMember<XMLHttpRequest> > m_replayXHRs;
|
| - WillBeHeapHashSet<RefPtrWillBeMember<XMLHttpRequest> > m_replayXHRsToBeDeleted;
|
| + WillBeHeapHashSet<RefPtrWillBeMember<XMLHttpRequest>> m_replayXHRs;
|
| + WillBeHeapHashSet<RefPtrWillBeMember<XMLHttpRequest>> m_replayXHRsToBeDeleted;
|
| Timer<InspectorResourceAgent> m_removeFinishedReplayXHRTimer;
|
| };
|
|
|
|
|