| Index: third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
|
| index 47419767850cd02606e296df955b48bcfc17a034..e4af6696ae706867e43b03ca3d819228e6c32545 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
|
| @@ -52,7 +52,7 @@ public:
|
| static IDBCursor* create(PassOwnPtr<WebIDBCursor>, WebIDBCursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
|
| virtual ~IDBCursor();
|
| DECLARE_TRACE();
|
| - void contextWillBeDestroyed() { m_backend.clear(); }
|
| + void contextWillBeDestroyed() { m_backend.reset(); }
|
|
|
| v8::Local<v8::Object> associateWithWrapper(v8::Isolate*, const WrapperTypeInfo*, v8::Local<v8::Object> wrapper) override WARN_UNUSED_RETURN;
|
|
|
|
|