Index: Source/WebCore/html/HTMLInputElement.cpp |
=================================================================== |
--- Source/WebCore/html/HTMLInputElement.cpp (revision 94880) |
+++ Source/WebCore/html/HTMLInputElement.cpp (working copy) |
@@ -1073,9 +1073,8 @@ |
setFormControlValueMatchesRenderer(false); |
m_suggestedValue = sanitizeValue(value); |
updatePlaceholderVisibility(false); |
- if (renderer()) |
- renderer()->updateFromElement(); |
setNeedsStyleRecalc(); |
+ updateInnerTextValue(); |
} |
void HTMLInputElement::setValue(const String& value, bool sendChangeEvent) |