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

Unified Diff: Source/core/inspector/ConsoleMessageStorage.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/CodeGeneratorInspectorStrings.py ('k') | Source/core/inspector/ContentSearchUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ConsoleMessageStorage.h
diff --git a/Source/core/inspector/ConsoleMessageStorage.h b/Source/core/inspector/ConsoleMessageStorage.h
index ec8888ec5d8f2511e0ab9368954d44fb1a3fdf81..9610358b2f6cc53deb45094be47301ca9126ef34 100644
--- a/Source/core/inspector/ConsoleMessageStorage.h
+++ b/Source/core/inspector/ConsoleMessageStorage.h
@@ -49,7 +49,7 @@ private:
explicit ConsoleMessageStorage(FrameHost*);
int m_expiredCount;
- WillBeHeapDeque<RefPtrWillBeMember<ConsoleMessage> > m_messages;
+ WillBeHeapDeque<RefPtrWillBeMember<ConsoleMessage>> m_messages;
RawPtrWillBeMember<ExecutionContext> m_context;
RawPtrWillBeMember<FrameHost> m_frameHost;
};
« no previous file with comments | « Source/core/inspector/CodeGeneratorInspectorStrings.py ('k') | Source/core/inspector/ContentSearchUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698