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

Unified Diff: Source/core/dom/WeakNodeMap.cpp

Issue 1006723003: Fix template angle bracket syntax in dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/dom/TreeScopeStyleSheetCollection.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/WeakNodeMap.cpp
diff --git a/Source/core/dom/WeakNodeMap.cpp b/Source/core/dom/WeakNodeMap.cpp
index b6838212f0c6e72a3669849aa37e0098cf41fe55..321cb2a99601d5a6142c61b5fe851cf7160bec45 100644
--- a/Source/core/dom/WeakNodeMap.cpp
+++ b/Source/core/dom/WeakNodeMap.cpp
@@ -24,7 +24,7 @@ public:
private:
typedef Vector<WeakNodeMap*, 1> MapList;
- typedef HashMap<Node*, OwnPtr<MapList> > NodeToMapList;
+ typedef HashMap<Node*, OwnPtr<MapList>> NodeToMapList;
NodeToMapList m_nodeToMapList;
};
« no previous file with comments | « Source/core/dom/TreeScopeStyleSheetCollection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698