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 37211d8..db89c16 100644
--- a/Source/WebCore/dom/InputElement.cpp
+++ b/Source/WebCore/dom/InputElement.cpp
@@ -140,7 +140,7 @@ void InputElement::setValueFromRenderer(InputElementData& data, InputElement* in
// Input event is fired by the Node::defaultEventHandler for editable controls.
if (!inputElement->isTextField())
- element->dispatchEvent(Event::create(eventNames().inputEvent, true, false));
+ element->dispatchInputEvents();
notifyFormStateChanged(element);
}