| Index: Source/modules/quota/StorageQuota.cpp
|
| diff --git a/Source/modules/quota/StorageQuota.cpp b/Source/modules/quota/StorageQuota.cpp
|
| index eeb7980c79afc5d8f9a28951887d02b9e93d80bd..7fae77f6b9abbfaf3489e7fabc5bcb4e47568fcc 100644
|
| --- a/Source/modules/quota/StorageQuota.cpp
|
| +++ b/Source/modules/quota/StorageQuota.cpp
|
| @@ -113,8 +113,6 @@ ScriptPromise StorageQuota::requestPersistentQuota(ScriptState* scriptState, uns
|
| return client->requestPersistentQuota(scriptState, newQuota);
|
| }
|
|
|
| -StorageQuota::~StorageQuota()
|
| -{
|
| -}
|
| +DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(StorageQuota);
|
|
|
| } // namespace WebCore
|
|
|