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

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

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 | « Source/core/inspector/TraceEventDispatcher.cpp ('k') | Tools/Scripts/webkitpy/style/checkers/cpp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/V8AsyncCallTracker.h
diff --git a/Source/core/inspector/V8AsyncCallTracker.h b/Source/core/inspector/V8AsyncCallTracker.h
index 02e43ec9b4ca6deb82e3be906d53680f1b4d5070..5b364bb7727a7d91316340a6d332703dda7146ac 100644
--- a/Source/core/inspector/V8AsyncCallTracker.h
+++ b/Source/core/inspector/V8AsyncCallTracker.h
@@ -45,7 +45,7 @@ private:
void willHandleV8AsyncTask(ScriptState*, const String& eventName, int id);
class V8ContextAsyncOperations;
- WillBeHeapHashMap<ScriptState*, OwnPtrWillBeMember<V8ContextAsyncOperations> > m_contextAsyncOperationMap;
+ WillBeHeapHashMap<ScriptState*, OwnPtrWillBeMember<V8ContextAsyncOperations>> m_contextAsyncOperationMap;
RawPtrWillBeMember<InspectorDebuggerAgent> m_debuggerAgent;
};
« no previous file with comments | « Source/core/inspector/TraceEventDispatcher.cpp ('k') | Tools/Scripts/webkitpy/style/checkers/cpp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698