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

Unified Diff: Source/modules/indexeddb/IDBFactory.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/indexeddb/IDBFactory.cpp
diff --git a/Source/modules/indexeddb/IDBFactory.cpp b/Source/modules/indexeddb/IDBFactory.cpp
index aa0e449cb847cf88f1bdbb71ed732405efe2f2b4..c96e4f5678ec026ad91776ac8e1bcc7ec4be1c33 100644
--- a/Source/modules/indexeddb/IDBFactory.cpp
+++ b/Source/modules/indexeddb/IDBFactory.cpp
@@ -56,9 +56,7 @@ IDBFactory::IDBFactory(IndexedDBClient* permissionClient)
ScriptWrappable::init(this);
}
-IDBFactory::~IDBFactory()
-{
-}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(IDBFactory);
void IDBFactory::trace(Visitor* visitor)
{

Powered by Google App Engine
This is Rietveld 408576698