| Index: Source/modules/quota/DeprecatedStorageQuota.h
|
| diff --git a/Source/modules/quota/DeprecatedStorageQuota.h b/Source/modules/quota/DeprecatedStorageQuota.h
|
| index a5cd6751514bc5f60c2e3b7895d0ce43b8c0e517..b29a7e9b17e177bbdf905332fc496ed9e86fe58d 100644
|
| --- a/Source/modules/quota/DeprecatedStorageQuota.h
|
| +++ b/Source/modules/quota/DeprecatedStorageQuota.h
|
| @@ -42,7 +42,8 @@ class StorageErrorCallback;
|
| class StorageQuotaCallback;
|
| class StorageUsageCallback;
|
|
|
| -class DeprecatedStorageQuota FINAL : public GarbageCollectedFinalized<DeprecatedStorageQuota>, public ScriptWrappable {
|
| +class DeprecatedStorageQuota FINAL : public GarbageCollectedFinalizedWillBeGarbageCollected<DeprecatedStorageQuota>, public ScriptWrappable {
|
| + DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DeprecatedStorageQuota);
|
| public:
|
| enum Type {
|
| Temporary,
|
| @@ -58,8 +59,6 @@ public:
|
|
|
| void requestQuota(ExecutionContext*, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback>, PassOwnPtr<StorageErrorCallback>);
|
|
|
| - ~DeprecatedStorageQuota();
|
| -
|
| void trace(Visitor*) { }
|
|
|
| private:
|
|
|