| Index: Source/core/html/shadow/DateTimeFieldElement.cpp
|
| diff --git a/Source/core/html/shadow/DateTimeFieldElement.cpp b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| index a1ebb0905fa5c7a16aef15391bafe3279723154d..9ff8c0533cc2f36491e8c379135d705349b10b24 100644
|
| --- a/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| +++ b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| @@ -206,7 +206,7 @@ void DateTimeFieldElement::setDisabled()
|
| {
|
| // Set HTML attribute disabled to change apperance.
|
| setBooleanAttribute(disabledAttr, true);
|
| - setNeedsStyleRecalc();
|
| + setNeedsStyleRecalc(SubtreeStyleChange);
|
| }
|
|
|
| bool DateTimeFieldElement::supportsFocus() const
|
|
|