Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Address last nits and fix leaks in unit tests. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
index 879e69e8f3e9d6eef25285e7ce398096ade728bf..37d8b18a967db4c7ae084dbf76557ce77cfe53ff 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
@@ -58,6 +58,9 @@ class MODULES_EXPORT IDBOpenDBRequest final : public IDBRequest {
const IDBDatabaseMetadata&) override;
void onSuccess(int64_t oldVersion) override;
+ // ActiveDOMObject
+ void contextDestroyed() final;
+
// EventTarget
const AtomicString& interfaceName() const override;

Powered by Google App Engine
This is Rietveld 408576698