[Webkit-unassigned] [Bug 56787] Expose "webkitIndexedDB" to Workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 21 17:48:21 PDT 2011


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





--- Comment #7 from David Levin <levin at chromium.org>  2011-03-21 17:48:21 PST ---
Make sure to add " NoStaticTables" to the idl that you are exposing. (Search for where it is used in other places.)

Your syntax for EnabledAtRuntime appears to be incorrect. (Look for where it is used in other places.) When you get it correct, you'll actually need to do work to expose turn on the flag. (Search for what other places do for their flag).

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