Index: Source/modules/quota/DeprecatedStorageInfo.cpp |
diff --git a/Source/modules/quota/DeprecatedStorageInfo.cpp b/Source/modules/quota/DeprecatedStorageInfo.cpp |
index 8f053ba74027a4bfe90acee4b9a6d37616affb0e..704ac9679dff1dc454c9e4567b85cc2bd51fbd98 100644 |
--- a/Source/modules/quota/DeprecatedStorageInfo.cpp |
+++ b/Source/modules/quota/DeprecatedStorageInfo.cpp |
@@ -46,10 +46,6 @@ DeprecatedStorageInfo::DeprecatedStorageInfo() |
ScriptWrappable::init(this); |
} |
-DeprecatedStorageInfo::~DeprecatedStorageInfo() |
-{ |
-} |
- |
void DeprecatedStorageInfo::queryUsageAndQuota(ExecutionContext* executionContext, int storageType, PassOwnPtr<StorageUsageCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback) |
{ |
// Dispatching the request to DeprecatedStorageQuota, as this interface is deprecated in favor of DeprecatedStorageQuota. |