Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
index 631c326875294c8c4ab76b02d4d2f085f6c696a1..d733d2232ddac74a82cd854629e980cb6e363dc0 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
@@ -104,7 +104,7 @@ public: |
protected: |
// EventTarget |
- bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override; |
+ DispatchEventResult dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override; |
private: |
IDBTransaction(ScriptState*, int64_t, const HashSet<String>&, WebIDBTransactionMode, IDBDatabase*, IDBOpenDBRequest*, const IDBDatabaseMetadata&); |