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

Unified Diff: Source/platform/Length.cpp

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/JSONValues.cpp ('k') | Source/platform/PODArena.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Length.cpp
diff --git a/Source/platform/Length.cpp b/Source/platform/Length.cpp
index 1107e0411b1eb15e8bde49ac84405efbb2771a3a..394a1c96e582fae509b23754d6469bc617b2de85 100644
--- a/Source/platform/Length.cpp
+++ b/Source/platform/Length.cpp
@@ -159,7 +159,7 @@ public:
private:
int m_index;
- HashMap<int, RefPtr<CalculationValue> > m_map;
+ HashMap<int, RefPtr<CalculationValue>> m_map;
};
static CalculationValueHandleMap& calcHandles()
« no previous file with comments | « Source/platform/JSONValues.cpp ('k') | Source/platform/PODArena.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698