Index: Source/modules/quota/StorageInfo.cpp |
diff --git a/Source/modules/quota/StorageInfo.cpp b/Source/modules/quota/StorageInfo.cpp |
index f324e019b2193abaeaa0d38aa91b83cceb7c55f6..a41b8d6e6b334d714e3fc3a89559e0487df22aef 100644 |
--- a/Source/modules/quota/StorageInfo.cpp |
+++ b/Source/modules/quota/StorageInfo.cpp |
@@ -37,7 +37,6 @@ StorageInfo::StorageInfo(unsigned long long usage, unsigned long long quota) |
: m_usage(usage) |
, m_quota(quota) |
{ |
- ScriptWrappable::init(this); |
} |
} // namespace blink |