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

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

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h b/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
index 0f86b21e0e3ebfbba80f92f75aff47e29c4f23ec..839ededae79f8cb28bb4fbee58a408bf32e20e3a 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
@@ -45,8 +45,9 @@ class IDBEventDispatcher {
public:
static DispatchEventResult dispatch(
Event*,
- HeapVector<Member<
- EventTarget>>&); // The target first and then its ancestors in order of how the event bubbles.
+ HeapVector<Member<EventTarget>>&); // The target first and then its
dcheng 2016/10/04 23:03:04 Nit: my usual thoughts about inline comments on me
Nico 2016/10/05 01:33:17 Done. (It's not a member but a function here thoug
+ // ancestors in order of how the event
+ // bubbles.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698