Index: WebCore/ChangeLog |
=================================================================== |
--- WebCore/ChangeLog (revision 70867) |
+++ WebCore/ChangeLog (working copy) |
@@ -1,3 +1,13 @@ |
+2010-10-27 Satish Sampath <satish@chromium.org> |
+ |
+ Reviewed by Steve Block. |
+ |
+ Add runtime flag check before enabling speech input in code. |
+ https://bugs.webkit.org/show_bug.cgi?id=48426 |
+ |
+ * html/HTMLInputElement.cpp: |
+ (WebCore::HTMLInputElement::isSpeechEnabled): Added runtime flag check. |
+ |
2010-09-02 Andrey Kosyakov <caseq@chromium.org> |
Reviewed by Yury Semikhatsky. |