| 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();
|
|
|