Chromium Code Reviews| Index: Source/modules/indexeddb/IDBCursor.cpp |
| diff --git a/Source/modules/indexeddb/IDBCursor.cpp b/Source/modules/indexeddb/IDBCursor.cpp |
| index f553e169c4febc028a484415bb8ce7d357c6382b..3605b535c0cbd7889939a98cd10bbef4fc5e4af5 100644 |
| --- a/Source/modules/indexeddb/IDBCursor.cpp |
| +++ b/Source/modules/indexeddb/IDBCursor.cpp |
| @@ -61,10 +61,6 @@ IDBCursor::IDBCursor(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection dir |
| , m_direction(direction) |
| , m_source(source) |
| , m_transaction(transaction) |
| - , m_gotValue(false) |
| - , m_keyDirty(true) |
| - , m_primaryKeyDirty(true) |
| - , m_valueDirty(true) |
| { |
| ASSERT(m_backend); |
| ASSERT(m_request); |