| Index: Source/modules/quota/StorageQuota.h
 | 
| diff --git a/Source/modules/quota/StorageQuota.h b/Source/modules/quota/StorageQuota.h
 | 
| index 8beac481bbd3ff2068c00ab7ff53e9c77119006c..2952d947b170780ebde23a73dfee9614af806e42 100644
 | 
| --- a/Source/modules/quota/StorageQuota.h
 | 
| +++ b/Source/modules/quota/StorageQuota.h
 | 
| @@ -40,7 +40,7 @@ namespace blink {
 | 
|  
 | 
|  class ExecutionContext;
 | 
|  
 | 
| -class StorageQuota FINAL : public GarbageCollectedFinalized<StorageQuota>, public ScriptWrappable {
 | 
| +class StorageQuota FINAL : public GarbageCollected<StorageQuota>, public ScriptWrappable {
 | 
|  public:
 | 
|      static StorageQuota* create()
 | 
|      {
 | 
| @@ -52,8 +52,6 @@ public:
 | 
|      ScriptPromise queryInfo(ScriptState*, String type);
 | 
|      ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
 | 
|  
 | 
| -    ~StorageQuota();
 | 
| -
 | 
|      void trace(Visitor*) { }
 | 
|  
 | 
|  private:
 | 
| 
 |