Index: third_party/WebKit/Source/core/html/forms/InputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
index 785e9c87cdfbe6f0db7b78caeb4fd871cbc2f956..64eb9bbffea85dd877e7bf85ea91ee90760e81d4 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
@@ -562,7 +562,6 @@ bool InputType::shouldDispatchFormControlChangeEvent(String& oldValue, String& n |
void InputType::setValue(const String& sanitizedValue, bool valueChanged, TextFieldEventBehavior eventBehavior) |
{ |
element().setValueInternal(sanitizedValue, eventBehavior); |
- element().setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::ControlValue)); |
if (!valueChanged) |
return; |
switch (eventBehavior) { |