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

Unified Diff: Source/modules/quota/DeprecatedStorageInfo.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/DeprecatedStorageInfo.h ('k') | Source/modules/quota/DeprecatedStorageQuota.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/DeprecatedStorageInfo.cpp
diff --git a/Source/modules/quota/DeprecatedStorageInfo.cpp b/Source/modules/quota/DeprecatedStorageInfo.cpp
index 8f053ba74027a4bfe90acee4b9a6d37616affb0e..704ac9679dff1dc454c9e4567b85cc2bd51fbd98 100644
--- a/Source/modules/quota/DeprecatedStorageInfo.cpp
+++ b/Source/modules/quota/DeprecatedStorageInfo.cpp
@@ -46,10 +46,6 @@ DeprecatedStorageInfo::DeprecatedStorageInfo()
ScriptWrappable::init(this);
}
-DeprecatedStorageInfo::~DeprecatedStorageInfo()
-{
-}
-
void DeprecatedStorageInfo::queryUsageAndQuota(ExecutionContext* executionContext, int storageType, PassOwnPtr<StorageUsageCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
{
// Dispatching the request to DeprecatedStorageQuota, as this interface is deprecated in favor of DeprecatedStorageQuota.
« no previous file with comments | « Source/modules/quota/DeprecatedStorageInfo.h ('k') | Source/modules/quota/DeprecatedStorageQuota.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698