Index: Source/core/html/HTMLTextFormControlElement.cpp |
diff --git a/Source/core/html/HTMLTextFormControlElement.cpp b/Source/core/html/HTMLTextFormControlElement.cpp |
index 47ccffe82571ab80dbc43f21e420f9ca05025b46..56c663c8333e3df0275aa06cc6ecc904fa288636 100644 |
--- a/Source/core/html/HTMLTextFormControlElement.cpp |
+++ b/Source/core/html/HTMLTextFormControlElement.cpp |
@@ -192,7 +192,7 @@ String HTMLTextFormControlElement::selectedText() const |
void HTMLTextFormControlElement::dispatchFormControlChangeEvent() |
{ |
if (m_textAsOfLastFormControlChangeEvent != value()) { |
- HTMLElement::dispatchChangeEvent(); |
+ dispatchChangeEvent(); |
setTextAsOfLastFormControlChangeEvent(value()); |
} |
setChangedSinceLastFormControlChangeEvent(false); |