Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1224)

Unified Diff: Source/core/inspector/InspectorResourceAgent.h

Issue 1175263003: Revert of [DevTools] Show sync XHR info during request loading. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/inspector/InspectorResourceAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorResourceAgent.h
diff --git a/Source/core/inspector/InspectorResourceAgent.h b/Source/core/inspector/InspectorResourceAgent.h
index 06dd33541240c0688866f71f3868374a3d4fba5e..a97776d275fa088e962dca4b72bbbf10579c39db 100644
--- a/Source/core/inspector/InspectorResourceAgent.h
+++ b/Source/core/inspector/InspectorResourceAgent.h
@@ -162,8 +162,8 @@
// Stores the data for replaying XHR until an identifier for the load is
// generated by the loader and passed to the inspector via the
// documentThreadableLoaderStartedLoadingForClient() method.
- ThreadableLoaderClient* m_pendingXHR;
- RefPtrWillBeMember<XHRReplayData> m_pendingXHRReplayData;
+ typedef WillBeHeapHashMap<ThreadableLoaderClient*, RefPtrWillBeMember<XHRReplayData> > PendingXHRReplayDataMap;
+ PendingXHRReplayDataMap m_pendingXHRReplayData;
// Stores the pointer to the ThreadableLoaderClient for an EventSource
// (actually, the EventSource instance itself) for which a loader is being
« no previous file with comments | « no previous file | Source/core/inspector/InspectorResourceAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698