| 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); | 
|  |