[Webkit-unassigned] [Bug 45110] Implement JSC features required for IndexedDB
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 26 20:27:32 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=45110
--- Comment #16 from Donggwan Kim <donggwan.kim at samsung.com> 2011-12-26 20:27:31 PST ---
I understand what you meant.
However, without including USE(JSC), I couldn't find any way that enables KeyPathBackendImpl to use IDBBindingUtilities methods (e.g., createIDBKeyFromSerializedValueAndKeyPath and injectIDBKeyIntoSerializedValue).
In JSC, the above JSC binding mothods require ExecState as a parameter unlike to V8. Therefore, I have appended USE(JSC) into the WebCore codes. If you have any idea without needing to include USE(JSC) for this purpose, I would be happy to know about it.
Thanks,
--
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