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

Unified Diff: Source/bindings/core/v8/WindowProxyManager.h

Issue 921813002: Fix template angle bracket syntax in bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
Index: Source/bindings/core/v8/WindowProxyManager.h
diff --git a/Source/bindings/core/v8/WindowProxyManager.h b/Source/bindings/core/v8/WindowProxyManager.h
index 3f2a206f85ca3a0358f6f012fd97400e211ff235..dad3bd2d627f3df70d09a0adf2a4adb6b310a419 100644
--- a/Source/bindings/core/v8/WindowProxyManager.h
+++ b/Source/bindings/core/v8/WindowProxyManager.h
@@ -39,7 +39,7 @@ public:
void collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*>>&);
private:
- typedef WillBeHeapHashMap<int, OwnPtrWillBeMember<WindowProxy> > IsolatedWorldMap;
+ typedef WillBeHeapHashMap<int, OwnPtrWillBeMember<WindowProxy>> IsolatedWorldMap;
explicit WindowProxyManager(Frame&);
« no previous file with comments | « Source/bindings/core/v8/V8PersistentValueMap.h ('k') | Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698