Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1375)

Unified Diff: Source/modules/quota/DeprecatedStorageQuota.cpp

Issue 367113005: Remove destructors from ScriptWrappable objects in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/quota/DeprecatedStorageQuota.h ('k') | Source/modules/quota/StorageInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/quota/DeprecatedStorageQuota.h ('k') | Source/modules/quota/StorageInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698