In https://bugs.webkit.org/show_bug.cgi?id=43146 I added a runtime flag for speech input and used that in the IDL where speech input attributes were declared. At that time I believed that was sufficient and no additions were necessary in the code. However I now find that only covers the V8/JSC bindings and not the inline attribute declarations in HTML. Hence this patch to add the runtime flag check in code.
Created attachment 72028 [details] Patch
Comment on attachment 72028 [details] Patch r=me
Comment on attachment 72028 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=72028&action=review > WebCore/ChangeLog:6 > + https://bugs.webkit.org/show_bug.cgi?id=48426 Should add a comment about how this is tested.
Comment on attachment 72028 [details] Patch Clearing flags on attachment: 72028 Committed r70644: <http://trac.webkit.org/changeset/70644>
All reviewed patches have been landed. Closing bug.