| Index: Source/modules/quota/DeprecatedStorageInfo.cpp
|
| diff --git a/Source/modules/quota/DeprecatedStorageInfo.cpp b/Source/modules/quota/DeprecatedStorageInfo.cpp
|
| index 53da7d47386baaa6417b12947f86f348cd2d064a..ee22ccc854a05a379acfde8096bacb41f9f8acda 100644
|
| --- a/Source/modules/quota/DeprecatedStorageInfo.cpp
|
| +++ b/Source/modules/quota/DeprecatedStorageInfo.cpp
|
| @@ -46,9 +46,7 @@ DeprecatedStorageInfo::DeprecatedStorageInfo()
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -DeprecatedStorageInfo::~DeprecatedStorageInfo()
|
| -{
|
| -}
|
| +DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DeprecatedStorageInfo);
|
|
|
| void DeprecatedStorageInfo::queryUsageAndQuota(ExecutionContext* executionContext, int storageType, PassOwnPtr<StorageUsageCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
|
| {
|
|
|