Index: Source/modules/quota/DeprecatedStorageInfo.cpp |
diff --git a/Source/modules/quota/DeprecatedStorageInfo.cpp b/Source/modules/quota/DeprecatedStorageInfo.cpp |
index 8ca5affdeb42e4819b4d72b80221384795c295a8..242161649595065700776ff2825a3cf7e54b1b00 100644 |
--- a/Source/modules/quota/DeprecatedStorageInfo.cpp |
+++ b/Source/modules/quota/DeprecatedStorageInfo.cpp |
@@ -43,7 +43,6 @@ namespace blink { |
DeprecatedStorageInfo::DeprecatedStorageInfo() |
{ |
- ScriptWrappable::init(this); |
} |
void DeprecatedStorageInfo::queryUsageAndQuota(ExecutionContext* executionContext, int storageType, PassOwnPtrWillBeRawPtr<StorageUsageCallback> successCallback, PassOwnPtrWillBeRawPtr<StorageErrorCallback> errorCallback) |