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

Unified Diff: Source/platform/heap/HeapTerminatedArray.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/heap/HeapLinkedStack.h ('k') | Source/platform/heap/HeapTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/HeapTerminatedArray.h
diff --git a/Source/platform/heap/HeapTerminatedArray.h b/Source/platform/heap/HeapTerminatedArray.h
index 662b593b95f19e40ebb0b01308788b2b7dd4a318..e69b27ea6b9790dec611dca0cac23d98804c6c50 100644
--- a/Source/platform/heap/HeapTerminatedArray.h
+++ b/Source/platform/heap/HeapTerminatedArray.h
@@ -50,7 +50,7 @@ private:
};
template<typename T>
-class TraceEagerlyTrait<HeapTerminatedArray<T> > {
+class TraceEagerlyTrait<HeapTerminatedArray<T>> {
public:
static const bool value = TraceEagerlyTrait<T>::value;
};
« no previous file with comments | « Source/platform/heap/HeapLinkedStack.h ('k') | Source/platform/heap/HeapTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698