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

Unified Diff: Source/platform/TraceEvent.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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/platform/Supplementable.h ('k') | Source/platform/TracedValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TraceEvent.h
diff --git a/Source/platform/TraceEvent.h b/Source/platform/TraceEvent.h
index a595142e20e5f6f575d7bfd869f60701fba14935..33676064f2f7a420b4083bb5ba3fa0a954cad2c7 100644
--- a/Source/platform/TraceEvent.h
+++ b/Source/platform/TraceEvent.h
@@ -942,7 +942,7 @@ template<typename T> struct ConvertableToTraceFormatTraits<T*> {
}
};
-template<typename T> struct ConvertableToTraceFormatTraits<PassRefPtr<T> > {
+template<typename T> struct ConvertableToTraceFormatTraits<PassRefPtr<T>> {
static const bool isConvertable = WTF::IsSubclass<T, TraceEvent::ConvertableToTraceFormat>::value;
static void assignIfConvertable(ConvertableToTraceFormat*& left, const PassRefPtr<T>& right)
{
« no previous file with comments | « Source/platform/Supplementable.h ('k') | Source/platform/TracedValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698