Index: Source/modules/indexeddb/IDBAny.cpp |
diff --git a/Source/modules/indexeddb/IDBAny.cpp b/Source/modules/indexeddb/IDBAny.cpp |
index 956bd2258e0436ff534b35727b418a16105b7ae2..3b8a9f4112ba335bcce12897f4314f97875c9dd1 100644 |
--- a/Source/modules/indexeddb/IDBAny.cpp |
+++ b/Source/modules/indexeddb/IDBAny.cpp |
@@ -60,6 +60,12 @@ IDBAny::~IDBAny() |
{ |
} |
+void IDBAny::contextWillBeDestroyed() |
+{ |
+ if (m_idbCursor) |
+ m_idbCursor->contextWillBeDestroyed(); |
+} |
+ |
DOMStringList* IDBAny::domStringList() const |
{ |
ASSERT(m_type == DOMStringListType); |