Index: Source/WebCore/Modules/indexeddb/IDBKeyRange.cpp |
diff --git a/Source/WebCore/Modules/indexeddb/IDBKeyRange.cpp b/Source/WebCore/Modules/indexeddb/IDBKeyRange.cpp |
index b6298e5c909f81a2a059cb15666ecdf08c530269..02870c00b20b0550722d47c93afa3ed7596708b0 100644 |
--- a/Source/WebCore/Modules/indexeddb/IDBKeyRange.cpp |
+++ b/Source/WebCore/Modules/indexeddb/IDBKeyRange.cpp |
@@ -45,6 +45,7 @@ IDBKeyRange::IDBKeyRange(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, Low |
, m_lowerType(lowerType) |
, m_upperType(upperType) |
{ |
+ ScriptWrappable::init(this); |
} |
ScriptValue IDBKeyRange::lowerValue(ScriptExecutionContext* context) const |