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