| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index b112bc50fc503da0c739770c8e6b3d5ce9dde918..95de5af5e0abe600927d139a54938e9a692ebbe2 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -660,7 +660,7 @@ void HTMLInputElement::parseAttribute(const QualifiedName& name, const AtomicStr
|
| int valueAsInteger = value.toInt();
|
| m_size = valueAsInteger > 0 ? valueAsInteger : defaultSize;
|
| if (m_size != oldSize && renderer())
|
| - renderer()->setNeedsLayoutAndPrefWidthsRecalcAndFullRepaint();
|
| + renderer()->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| } else if (name == altAttr)
|
| m_inputTypeView->altAttributeChanged();
|
| else if (name == srcAttr)
|
|
|