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