X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Findexeddb%2FIDBCursor.cpp;h=94dc42581d5b6541005d90736194edac59d95c07;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=63468995c9be8390b953b75a50245a0bebc88216;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp b/src/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp index 6346899..94dc425 100644 --- a/src/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp +++ b/src/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp @@ -69,7 +69,6 @@ IDBCursor::IDBCursor(PassOwnPtr backend, WebIDBCursorDirection dir ASSERT(m_request); ASSERT(m_source->type() == IDBAny::IDBObjectStoreType || m_source->type() == IDBAny::IDBIndexType); ASSERT(m_transaction); - ScriptWrappable::init(this); } IDBCursor::~IDBCursor() @@ -86,7 +85,7 @@ void IDBCursor::trace(Visitor* visitor) visitor->trace(m_primaryKey); } -IDBRequest* IDBCursor::update(ScriptState* scriptState, ScriptValue& value, ExceptionState& exceptionState) +IDBRequest* IDBCursor::update(ScriptState* scriptState, const ScriptValue& value, ExceptionState& exceptionState) { IDB_TRACE("IDBCursor::update");