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

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

Issue 367113005: Remove destructors from ScriptWrappable objects in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add Finalizable transition type Created 6 years, 6 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
Index: Source/modules/quota/StorageQuota.cpp
diff --git a/Source/modules/quota/StorageQuota.cpp b/Source/modules/quota/StorageQuota.cpp
index eeb7980c79afc5d8f9a28951887d02b9e93d80bd..7fae77f6b9abbfaf3489e7fabc5bcb4e47568fcc 100644
--- a/Source/modules/quota/StorageQuota.cpp
+++ b/Source/modules/quota/StorageQuota.cpp
@@ -113,8 +113,6 @@ ScriptPromise StorageQuota::requestPersistentQuota(ScriptState* scriptState, uns
return client->requestPersistentQuota(scriptState, newQuota);
}
-StorageQuota::~StorageQuota()
-{
-}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(StorageQuota);
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698