| Index: Source/core/html/shadow/DateTimeFieldElement.cpp
|
| diff --git a/Source/core/html/shadow/DateTimeFieldElement.cpp b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| index b2c28512b3fdaec674ec0a8e5175954340b1765e..93d18cae34e9020efe1d2ba72010280f7c84fd3a 100644
|
| --- a/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| +++ b/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| @@ -202,7 +202,7 @@ void DateTimeFieldElement::setDisabled()
|
| {
|
| // Set HTML attribute disabled to change apperance.
|
| setBooleanAttribute(disabledAttr, true);
|
| - setNeedsStyleRecalc(SubtreeStyleChange);
|
| + setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::createWithExtraData(StyleChangeReason::PseudoClass, StyleChangeExtraData::Disabled));
|
| }
|
|
|
| bool DateTimeFieldElement::supportsFocus() const
|
|
|