| 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 ba4c3ffc5285bcc902964a3f2c3d0c91b97b075f..b0b8ea7aca71d97a18538b5dcaacca7c97c115d8 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
|
| @@ -42,7 +42,7 @@ class EventTarget;
|
| class IDBEventDispatcher {
|
| STATIC_ONLY(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*, HeapVector<Member<EventTarget>>&); // The target first and then its ancestors in order of how the event bubbles.
|
| };
|
|
|
| } // namespace blink
|
|
|