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

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

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/StorageInfo.cpp ('k') | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageQuota.h
diff --git a/Source/modules/quota/StorageQuota.h b/Source/modules/quota/StorageQuota.h
index 8beac481bbd3ff2068c00ab7ff53e9c77119006c..2952d947b170780ebde23a73dfee9614af806e42 100644
--- a/Source/modules/quota/StorageQuota.h
+++ b/Source/modules/quota/StorageQuota.h
@@ -40,7 +40,7 @@ namespace blink {
class ExecutionContext;
-class StorageQuota FINAL : public GarbageCollectedFinalized<StorageQuota>, public ScriptWrappable {
+class StorageQuota FINAL : public GarbageCollected<StorageQuota>, public ScriptWrappable {
public:
static StorageQuota* create()
{
@@ -52,8 +52,6 @@ public:
ScriptPromise queryInfo(ScriptState*, String type);
ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
- ~StorageQuota();
-
void trace(Visitor*) { }
private:
« no previous file with comments | « Source/modules/quota/StorageInfo.cpp ('k') | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698