| Index: Source/modules/quota/DeprecatedStorageInfo.h
 | 
| diff --git a/Source/modules/quota/DeprecatedStorageInfo.h b/Source/modules/quota/DeprecatedStorageInfo.h
 | 
| index 82a4950c89ecdb8e8919b4db6fe35a0812ed86b6..f018a3f59704df3bfe9c48705d73b4731688353c 100644
 | 
| --- a/Source/modules/quota/DeprecatedStorageInfo.h
 | 
| +++ b/Source/modules/quota/DeprecatedStorageInfo.h
 | 
| @@ -43,7 +43,7 @@ class StorageErrorCallback;
 | 
|  class StorageQuotaCallback;
 | 
|  class StorageUsageCallback;
 | 
|  
 | 
| -class DeprecatedStorageInfo FINAL : public GarbageCollectedFinalized<DeprecatedStorageInfo>, public ScriptWrappable {
 | 
| +class DeprecatedStorageInfo FINAL : public GarbageCollected<DeprecatedStorageInfo>, public ScriptWrappable {
 | 
|  public:
 | 
|      enum {
 | 
|          TEMPORARY,
 | 
| @@ -59,8 +59,6 @@ public:
 | 
|  
 | 
|      void requestQuota(ExecutionContext*, int storageType, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback>, PassOwnPtr<StorageErrorCallback>);
 | 
|  
 | 
| -    ~DeprecatedStorageInfo();
 | 
| -
 | 
|      void trace(Visitor*);
 | 
|  
 | 
|  private:
 | 
| 
 |