| Index: Source/modules/quota/StorageInfo.h
|
| diff --git a/Source/modules/quota/StorageInfo.h b/Source/modules/quota/StorageInfo.h
|
| index c397172bcba410541445d2f7363fa7fcdbd38fc8..eb26cf51a2b39de188d7890a05fef655428f7d7c 100644
|
| --- a/Source/modules/quota/StorageInfo.h
|
| +++ b/Source/modules/quota/StorageInfo.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -class StorageInfo FINAL : public GarbageCollectedFinalized<StorageInfo>, public ScriptWrappable {
|
| +class StorageInfo FINAL : public GarbageCollected<StorageInfo>, public ScriptWrappable {
|
| public:
|
| static StorageInfo* create(unsigned long long usage, unsigned long long quota)
|
| {
|
| @@ -46,8 +46,6 @@ public:
|
| unsigned long long usage() const { return m_usage; }
|
| unsigned long long quota() const { return m_quota; }
|
|
|
| - ~StorageInfo();
|
| -
|
| void trace(Visitor*) { }
|
|
|
| private:
|
|
|