| Index: Source/core/rendering/RenderTextControl.cpp
|
| diff --git a/Source/core/rendering/RenderTextControl.cpp b/Source/core/rendering/RenderTextControl.cpp
|
| index 795c9677ea5b9dc14fc86781f42c214711cab0c8..523dd0c288b7035a104b19d6bc5a85d7bf36d0d4 100644
|
| --- a/Source/core/rendering/RenderTextControl.cpp
|
| +++ b/Source/core/rendering/RenderTextControl.cpp
|
| @@ -75,7 +75,7 @@ void RenderTextControl::styleDidChange(StyleDifference diff, const RenderStyle*
|
| innerEditorRenderer->style()->setHeight(Length());
|
| innerEditorRenderer->style()->setWidth(Length());
|
| innerEditorRenderer->setStyle(createInnerEditorStyle(style()));
|
| - innerEditor->setNeedsStyleRecalc(SubtreeStyleChange);
|
| + innerEditor->setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::Control));
|
| }
|
| textFormControlElement()->updatePlaceholderVisibility(false);
|
| }
|
|
|