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

Unified Diff: Source/core/inspector/AsyncCallTracker.cpp

Issue 884753003: Fix template angle bracket syntax in inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some more fixes 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 | Source/core/inspector/CodeGeneratorInspector.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/AsyncCallTracker.cpp
diff --git a/Source/core/inspector/AsyncCallTracker.cpp b/Source/core/inspector/AsyncCallTracker.cpp
index 529109d9aae41a08027f9cf88da20cf0b06216b9..50a428a1208f96d94c476ab59f0d41ce7dacf669 100644
--- a/Source/core/inspector/AsyncCallTracker.cpp
+++ b/Source/core/inspector/AsyncCallTracker.cpp
@@ -106,9 +106,9 @@ public:
HashSet<int> m_intervalTimerIds;
AsyncOperationMap<int> m_timerCallChains;
AsyncOperationMap<int> m_animationFrameCallChains;
- AsyncOperationMap<RawPtrWillBeMember<Event> > m_eventCallChains;
- AsyncOperationMap<RawPtrWillBeMember<EventTarget> > m_xhrCallChains;
- AsyncOperationMap<RawPtrWillBeMember<MutationObserver> > m_mutationObserverCallChains;
+ AsyncOperationMap<RawPtrWillBeMember<Event>> m_eventCallChains;
+ AsyncOperationMap<RawPtrWillBeMember<EventTarget>> m_xhrCallChains;
+ AsyncOperationMap<RawPtrWillBeMember<MutationObserver>> m_mutationObserverCallChains;
AsyncOperationMap<ExecutionContextTask*> m_executionContextTaskCallChains;
AsyncOperationMap<int> m_asyncOperations;
« no previous file with comments | « no previous file | Source/core/inspector/CodeGeneratorInspector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698