Index: Source/WebCore/Modules/indexeddb/IDBFactory.cpp |
diff --git a/Source/WebCore/Modules/indexeddb/IDBFactory.cpp b/Source/WebCore/Modules/indexeddb/IDBFactory.cpp |
index 673ea0efdf6a259f6ecf3f727335281940019298..66cf3045ab1984fff2e9428385fce53856095132 100644 |
--- a/Source/WebCore/Modules/indexeddb/IDBFactory.cpp |
+++ b/Source/WebCore/Modules/indexeddb/IDBFactory.cpp |
@@ -58,6 +58,7 @@ IDBFactory::IDBFactory(IDBFactoryBackendInterface* factory) |
{ |
// We pass a reference to this object before it can be adopted. |
relaxAdoptionRequirement(); |
+ ScriptWrappable::init(this); |
} |
IDBFactory::~IDBFactory() |