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

Unified Diff: Source/modules/indexeddb/IDBEventDispatcher.h

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/modules/indexeddb/IDBEventDispatcher.h
diff --git a/Source/modules/indexeddb/IDBEventDispatcher.h b/Source/modules/indexeddb/IDBEventDispatcher.h
index 59be3bc2b9cfa6ed18a16292fa1400bfdcd5f642..f76c99ca57714fbaffeaf8b2573530823f306d40 100644
--- a/Source/modules/indexeddb/IDBEventDispatcher.h
+++ b/Source/modules/indexeddb/IDBEventDispatcher.h
@@ -40,7 +40,7 @@ class EventTarget;
class IDBEventDispatcher {
public:
- static bool dispatch(Event*, WillBeHeapVector<RefPtrWillBeMember<EventTarget> >&); // The target first and then its ancestors in order of how the event bubbles.
+ static bool dispatch(Event*, WillBeHeapVector<RefPtrWillBeMember<EventTarget>>&); // The target first and then its ancestors in order of how the event bubbles.
private:
IDBEventDispatcher();

Powered by Google App Engine
This is Rietveld 408576698