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

Unified Diff: Source/modules/indexeddb/IDBKeyRange.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/IDBKeyRange.cpp
diff --git a/Source/modules/indexeddb/IDBKeyRange.cpp b/Source/modules/indexeddb/IDBKeyRange.cpp
index 00d9a4dcc512b188d2a0d3efcb85a8f4118657f4..1af2204cf5a227094d80db94e46b718987fb1f01 100644
--- a/Source/modules/indexeddb/IDBKeyRange.cpp
+++ b/Source/modules/indexeddb/IDBKeyRange.cpp
@@ -60,6 +60,8 @@ IDBKeyRange::IDBKeyRange(IDBKey* lower, IDBKey* upper, LowerBoundType lowerType,
ScriptWrappable::init(this);
}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(IDBKeyRange);
+
void IDBKeyRange::trace(Visitor* visitor)
{
visitor->trace(m_lower);

Powered by Google App Engine
This is Rietveld 408576698