| Index: Source/WebCore/Modules/indexeddb/IDBRequest.cpp
|
| diff --git a/Source/WebCore/Modules/indexeddb/IDBRequest.cpp b/Source/WebCore/Modules/indexeddb/IDBRequest.cpp
|
| index 3892b18412995058c2625dce7e34bdf185494ed2..e550eace14bd217c97279e05c7c6f483b4a165e6 100644
|
| --- a/Source/WebCore/Modules/indexeddb/IDBRequest.cpp
|
| +++ b/Source/WebCore/Modules/indexeddb/IDBRequest.cpp
|
| @@ -84,6 +84,7 @@ IDBRequest::IDBRequest(ScriptExecutionContext* context, PassRefPtr<IDBAny> sourc
|
| , m_preventPropagation(false)
|
| , m_requestState(context)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| IDBRequest::~IDBRequest()
|
|
|