[Webkit-unassigned] [Bug 51110] IDBCursor::delete is not implemented.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 17 10:44:41 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51110





--- Comment #7 from Andrei Popescu <andreip at google.com>  2010-12-17 10:44:41 PST ---
(In reply to comment #5)
> (From update of attachment 76877 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=76877&action=review
> 
> r=me
> 
> > WebCore/storage/IDBIndexBackendImpl.cpp:109
> > +    ASSERT(objectStore.get());
> 
> don't need .get()....u can probably combine both asserts since it's likely that they'll both be true or not
> 

Done.

> > WebCore/storage/IDBObjectStoreBackendImpl.cpp:309
> > +    SQLiteStatement indexQuery(objectStore->sqliteDatabase(), "DELETE FROM IndexData WHERE objectStoreDataId = ?");
> 
> We have an index on this, right?

We do.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list