summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLInputElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLInputElement.idl')
-rw-r--r--WebCore/html/HTMLInputElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLInputElement.idl b/WebCore/html/HTMLInputElement.idl
index 19e4226..19dfa5a 100644
--- a/WebCore/html/HTMLInputElement.idl
+++ b/WebCore/html/HTMLInputElement.idl
@@ -100,7 +100,7 @@ module html {
readonly attribute NodeList labels;
#if defined(ENABLE_INPUT_SPEECH) && ENABLE_INPUT_SPEECH
- attribute [Reflect, EnabledAtRuntime] boolean speech;
+ attribute [Reflect, EnabledAtRuntime] boolean webkitspeech;
#endif
};