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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp 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/webdatabase/DatabaseContext.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
index 0c53a0303557e56404cdd142f7c8efa1fc9d8cf0..ae6cc27180cf0982e6514aae81f4a5219bec0289 100644
--- a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
+++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
@@ -52,7 +52,6 @@ class DatabaseContext final : public GarbageCollectedFinalized<DatabaseContext>,
// For life-cycle management (inherited from ActiveDOMObject):
void contextDestroyed() override;
- void stop() override;
DatabaseContext* backend();
DatabaseThread* databaseThread();

Powered by Google App Engine
This is Rietveld 408576698