| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| index 9f040d5b481cda8f4bdc11e7bc5ec455d30535dc..78e7b5a3cce83917666c19aa4236d6aaf1a69cf0 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -134,7 +134,7 @@ public:
|
|
|
| protected:
|
| // EventTarget
|
| - bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override;
|
| + EventTarget::DispatchEventResult dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override;
|
|
|
| private:
|
| IDBDatabase(ExecutionContext*, PassOwnPtr<WebIDBDatabase>, IDBDatabaseCallbacks*);
|
|
|