summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/InputElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/InputElement.cpp')
-rw-r--r--Source/WebCore/dom/InputElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/InputElement.cpp b/Source/WebCore/dom/InputElement.cpp
index b467df3..bbdf2f4 100644
--- a/Source/WebCore/dom/InputElement.cpp
+++ b/Source/WebCore/dom/InputElement.cpp
@@ -131,7 +131,7 @@ void InputElement::setValueFromRenderer(InputElementData& data, InputElement* in
// Input event is fired by the Node::defaultEventHandler for editable controls.
if (!inputElement->isTextField())
- element->dispatchInputEvents();
+ element->dispatchInputEvent();
notifyFormStateChanged(element);
}