Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
index c1ef198709fc3bee741667419f01790e794bcf5e..dd8232b569c7469411f2fd6494b167d58c4f33ae 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
@@ -755,7 +755,6 @@ void HTMLInputElement::parseAttribute(const QualifiedName& name, const AtomicStr |
setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::fromAttribute(resultsAttr)); |
UseCounter::count(document(), UseCounter::ResultsAttribute); |
} else if (name == incrementalAttr) { |
- setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::fromAttribute(incrementalAttr)); |
UseCounter::count(document(), UseCounter::IncrementalAttribute); |
} else if (name == minAttr) { |
m_inputTypeView->minOrMaxAttributeChanged(); |