Index: Source/modules/quota/StorageQuota.cpp |
diff --git a/Source/modules/quota/StorageQuota.cpp b/Source/modules/quota/StorageQuota.cpp |
index 1c45f85651cda8ae1f0416b9fb4cd197ae68f072..8461cc438e1ce4b25bb36215b80d0605b3636b50 100644 |
--- a/Source/modules/quota/StorageQuota.cpp |
+++ b/Source/modules/quota/StorageQuota.cpp |
@@ -113,8 +113,4 @@ ScriptPromise StorageQuota::requestPersistentQuota(ScriptState* scriptState, uns |
return client->requestPersistentQuota(scriptState, newQuota); |
} |
-StorageQuota::~StorageQuota() |
-{ |
-} |
- |
} // namespace blink |