[Webkit-unassigned] [Bug 43146] Runtime feature switch for speech input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 03:22:13 PDT 2010


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





--- Comment #5 from Satish Sampath <satish at chromium.org>  2010-07-29 03:22:13 PST ---
For speech input, the controller (of type SpeechInput) is created in Webcore/page/Page.cpp lazily, i.e. on first use. Without the IDL attribute enabled at runtime, this call will never be made so the controller will remain null.

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