| Index: Source/modules/quota/DeprecatedStorageQuota.cpp
 | 
| diff --git a/Source/modules/quota/DeprecatedStorageQuota.cpp b/Source/modules/quota/DeprecatedStorageQuota.cpp
 | 
| index 8a5d66f169c8af02a6e7da85a8187f1d4d5caee5..1d646b531eb1230cc6b68a7cfff37866dc22e205 100644
 | 
| --- a/Source/modules/quota/DeprecatedStorageQuota.cpp
 | 
| +++ b/Source/modules/quota/DeprecatedStorageQuota.cpp
 | 
| @@ -94,8 +94,4 @@ void DeprecatedStorageQuota::requestQuota(ExecutionContext* executionContext, un
 | 
|      client->requestQuota(executionContext, storageType, newQuotaInBytes, successCallback, errorCallback);
 | 
|  }
 | 
|  
 | 
| -DeprecatedStorageQuota::~DeprecatedStorageQuota()
 | 
| -{
 | 
| -}
 | 
| -
 | 
|  } // namespace blink
 | 
| 
 |