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

Unified Diff: Source/platform/PODArena.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/Length.cpp ('k') | Source/platform/PODFreeListArena.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PODArena.h
diff --git a/Source/platform/PODArena.h b/Source/platform/PODArena.h
index 604d513cf75a4a4bbba5b394600fc1275c43620b..c7498443f00b8833a8e762afde8030b240615294 100644
--- a/Source/platform/PODArena.h
+++ b/Source/platform/PODArena.h
@@ -192,7 +192,7 @@ protected:
RefPtr<Allocator> m_allocator;
Chunk* m_current;
size_t m_currentChunkSize;
- Vector<OwnPtr<Chunk> > m_chunks;
+ Vector<OwnPtr<Chunk>> m_chunks;
};
} // namespace blink
« no previous file with comments | « Source/platform/Length.cpp ('k') | Source/platform/PODFreeListArena.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698