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

Unified Diff: Source/modules/indexeddb/IDBCursor.cpp

Issue 924863003: IndexedDB: Replace custom binding logic with [SetWrapperReferenceTo] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/IDBCursor.cpp
diff --git a/Source/modules/indexeddb/IDBCursor.cpp b/Source/modules/indexeddb/IDBCursor.cpp
index a96b319744ede6129b834c31f8a40892f71f0dc3..02dc5e10b9e5b231f9d4ab19c7150fefe0f0aa5b 100644
--- a/Source/modules/indexeddb/IDBCursor.cpp
+++ b/Source/modules/indexeddb/IDBCursor.cpp
@@ -268,7 +268,6 @@ void IDBCursor::postSuccessHandlerCallback()
void IDBCursor::close()
{
m_blobs.clear();
- m_request.clear();
m_backend.clear();
}

Powered by Google App Engine
This is Rietveld 408576698