| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp
|
| index a11c11c33ebd06d9dafb27d040e5b4676c7360c9..6652b531908ba21939e9f7ba27b6b7d6192c5939 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp
|
| @@ -125,7 +125,7 @@ DEFINE_TRACE(DatabaseContext) {
|
| // To do this, we stop the database and let everything shutdown naturally
|
| // because the database closing process may still make use of this context.
|
| // It is not safe to just delete the context here.
|
| -void DatabaseContext::contextDestroyed() {
|
| +void DatabaseContext::contextDestroyed(ExecutionContext*) {
|
| stopDatabases();
|
| DatabaseManager::manager().unregisterDatabaseContext(this);
|
| }
|
|
|