| Index: Source/modules/quota/DeprecatedStorageQuota.cpp
|
| diff --git a/Source/modules/quota/DeprecatedStorageQuota.cpp b/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| index 6bbdea7499937a3d5e9dc69e9f1cafdac147c98e..b90ebca11e530497841382319b34ed9684cb38bf 100644
|
| --- a/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| +++ b/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| @@ -52,6 +52,8 @@ DeprecatedStorageQuota::DeprecatedStorageQuota(Type type)
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DeprecatedStorageQuota);
|
| +
|
| void DeprecatedStorageQuota::queryUsageAndQuota(ExecutionContext* executionContext, PassOwnPtr<StorageUsageCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
|
| {
|
| ASSERT(executionContext);
|
| @@ -94,8 +96,4 @@ void DeprecatedStorageQuota::requestQuota(ExecutionContext* executionContext, un
|
| client->requestQuota(executionContext, storageType, newQuotaInBytes, successCallback, errorCallback);
|
| }
|
|
|
| -DeprecatedStorageQuota::~DeprecatedStorageQuota()
|
| -{
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|