[Webkit-unassigned] [Bug 100136] [GTK] fast/files/workers/worker-apply-blob-url-to-xhr.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 04:33:38 PDT 2012


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





--- Comment #5 from Zan Dobersek <zandobersek at gmail.com>  2012-10-30 04:34:55 PST ---
The main issue here is that the constructor hash table is static, i.e. the same hash table is being used despite different JSGlobalData objects connected to different contexts.

All the IDL interfaces indirectly tested in the test case have the JSNoStaticTables attribute and are using DOMObjectHashTableMap to provide JSGlobalData-specific prototype and 'main' hash tables. Should the constructor tables use DOMObjectHashTableMap as well?

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