[Webkit-unassigned] [Bug 95563] [JSC] Clear exceptions thrown in Dictionary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 14:50:32 PST 2012


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





--- Comment #6 from Michael Pruett <michael at 68k.org>  2012-12-03 14:52:56 PST ---
This change is necessary to implement IndexedDB for JSC.

Without this change, numerous calls to Dictionary::get() and Dictionary::getWithUndefinedOrNullCheck() fail in IDBDatabase::createObjectStore() and IDBObjectStore::createIndex() because earlier accesses to the options dictionary generated exceptions.

With this proposed patch and that in bug 103484, IndexedDB for JSC passes 143 out of 196 layout tests in storage/indexeddb.

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