| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| index 4dba150f721080e35bde667d73fe3a6fe46d59bb..d7f260a29aa8b83fd136ce0b111c338ce7167e77 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -74,7 +74,8 @@ IDBDatabase* IDBDatabase::create(ExecutionContext* context, PassOwnPtr<WebIDBDat
|
| }
|
|
|
| IDBDatabase::IDBDatabase(ExecutionContext* context, PassOwnPtr<WebIDBDatabase> backend, IDBDatabaseCallbacks* callbacks)
|
| - : ActiveDOMObject(context)
|
| + : ActiveScriptWrappable(this)
|
| + , ActiveDOMObject(context)
|
| , m_backend(backend)
|
| , m_databaseCallbacks(callbacks)
|
| {
|
|
|