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

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

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 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 84987edc73e737687b16b1b469bebcc0ae479da8..0abd7a4da819145b4ab1afd1071184c1cbb4d0df 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
@@ -59,7 +59,7 @@ class MODULES_EXPORT IDBOpenDBRequest final : public IDBRequest {
void onSuccess(int64_t oldVersion) override;
// SuspendableObject
- void contextDestroyed() final;
+ void contextDestroyed(ExecutionContext*) final;
// EventTarget
const AtomicString& interfaceName() const override;

Powered by Google App Engine
This is Rietveld 408576698