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

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

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)
Patch Set: rebase 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..87b1236c61bbfdab30c87da4ad5daca990800504 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
@@ -43,10 +43,9 @@ class IDBEventDispatcher {
STATIC_ONLY(IDBEventDispatcher);
public:
- static DispatchEventResult dispatch(
- Event*,
- HeapVector<Member<
- EventTarget>>&); // The target first and then its ancestors in order of how the event bubbles.
+ // The second argument contains the target first and then its ancestors in
+ // order of how the event bubbles.
+ static DispatchEventResult dispatch(Event*, HeapVector<Member<EventTarget>>&);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp ('k') | third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698