| Index: Source/modules/indexeddb/IDBCursorWithValue.h
|
| diff --git a/Source/modules/indexeddb/IDBCursorWithValue.h b/Source/modules/indexeddb/IDBCursorWithValue.h
|
| index 5249c78532410093abcdeabd0b3eb376d5ac53b5..e5be9da338ed9155f6e7aa86f7924b838d8bf887 100644
|
| --- a/Source/modules/indexeddb/IDBCursorWithValue.h
|
| +++ b/Source/modules/indexeddb/IDBCursorWithValue.h
|
| @@ -37,7 +37,7 @@ class IDBAny;
|
| class IDBRequest;
|
| class IDBTransaction;
|
|
|
| -class IDBCursorWithValue : public IDBCursor {
|
| +class IDBCursorWithValue FINAL : public IDBCursor {
|
| public:
|
| static PassRefPtr<IDBCursorWithValue> create(PassOwnPtr<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
|
| virtual ~IDBCursorWithValue();
|
|
|