Index: Source/core/storage/Storage.cpp |
diff --git a/Source/core/storage/Storage.cpp b/Source/core/storage/Storage.cpp |
index 564c640b4a9ea37beb56620862546bc250dbff73..22820e642c14e470ce738549bee20a7bfa9a7f4c 100644 |
--- a/Source/core/storage/Storage.cpp |
+++ b/Source/core/storage/Storage.cpp |
@@ -44,7 +44,6 @@ Storage::Storage(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageA |
{ |
ASSERT(m_frame); |
ASSERT(m_storageArea); |
- ScriptWrappable::init(this); |
} |
Storage::~Storage() |