| 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 bfa683062c0dcde26c0d5b9470068e3ffd7ded70..095faa28df2f6367ffa1d43fa2e5642621953433 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -131,7 +131,7 @@ public:
|
|
|
| protected:
|
| // EventTarget
|
| - bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override;
|
| + WebInputEventResult dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override;
|
|
|
| private:
|
| IDBDatabase(ExecutionContext*, PassOwnPtr<WebIDBDatabase>, IDBDatabaseCallbacks*);
|
|
|