Chromium Code Reviews| 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 |