[Webkit-unassigned] [Bug 46883] IDBDatabase::createObjectStore/removeObjectStore and IDBObjectStore::createIndex/removeIndex should be synchronous.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 19:44:24 PDT 2010


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





--- Comment #13 from Jeremy Orlow <jorlow at chromium.org>  2010-10-04 19:44:24 PST ---
(From update of attachment 69728)
View in context: https://bugs.webkit.org/attachment.cgi?id=69728&action=review

> WebCore/storage/IDBIndexBackendImpl.h:54
> +        ASSERT(m_id != InvalidId);

ditto

> WebCore/storage/IDBObjectStoreBackendImpl.h:60
> +    void setId(int64_t id) { m_id = id; }

assert it's not valid to begin with?

also, i wonder if these should be un-inlined


r=me

-- 
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