| Index: third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
|
| index 1889964237388f2e0eef3b23815477ce4aad56d7..f0a5cfab514d9205a21f8040de9f6bc10834cfa5 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
|
| @@ -296,7 +296,7 @@ void IDBCursor::close()
|
| {
|
| m_value.clear();
|
| m_request.clear();
|
| - m_backend.clear();
|
| + m_backend.reset();
|
| }
|
|
|
| ScriptValue IDBCursor::key(ScriptState* scriptState)
|
|
|