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

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

Issue 888893002: Oilpan: fix build after r189261. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 | no next file » | 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 759802bcd12b3445d384b02a04bca641063015e3..fefaa9ef056d8fb1ca0f33213dcf8fd0a2233fdb 100644
--- a/Source/core/inspector/InspectorResourceAgent.h
+++ b/Source/core/inspector/InspectorResourceAgent.h
@@ -164,7 +164,7 @@ private:
PendingXHRReplayDataMap m_pendingXHRReplayData;
ThreadableLoaderClient* m_pendingEventSource;
- typedef WillBeHeapHashMap<ThreadableLoaderClient*, unsigned long> EventSourceRequestIdMap;
+ typedef HashMap<ThreadableLoaderClient*, unsigned long> EventSourceRequestIdMap;
EventSourceRequestIdMap m_eventSourceRequestIdMap;
typedef HashMap<String, RefPtr<TypeBuilder::Network::Initiator> > FrameNavigationInitiatorMap;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698