| Index: Source/modules/indexeddb/IDBCursor.h
|
| diff --git a/Source/modules/indexeddb/IDBCursor.h b/Source/modules/indexeddb/IDBCursor.h
|
| index c414eb065e19f835aa1a1633220fbf1187304ba2..859d039e0e399c5c7c965753d9f0ead23d4aaddc 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.h
|
| +++ b/Source/modules/indexeddb/IDBCursor.h
|
| @@ -62,7 +62,7 @@ public:
|
|
|
| static IDBCursor* create(PassOwnPtr<blink::WebIDBCursor>, blink::WebIDBCursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
|
| virtual ~IDBCursor();
|
| - void trace(Visitor*);
|
| + virtual void trace(Visitor*);
|
| void contextWillBeDestroyed() { m_backend.clear(); }
|
|
|
| // Implement the IDL
|
|
|