Index: Source/core/layout/LayoutTextControl.cpp |
diff --git a/Source/core/layout/LayoutTextControl.cpp b/Source/core/layout/LayoutTextControl.cpp |
index 9987168de4b2926c359574e69014eb2cc0f04d05..bc92310929e8c573faf4f9750d9493c99fb387bf 100644 |
--- a/Source/core/layout/LayoutTextControl.cpp |
+++ b/Source/core/layout/LayoutTextControl.cpp |
@@ -77,7 +77,7 @@ void LayoutTextControl::styleDidChange(StyleDifference diff, const ComputedStyle |
innerEditorLayoutObject->setStyle(createInnerEditorStyle(styleRef())); |
innerEditor->setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::Control)); |
} |
- textFormControlElement()->updatePlaceholderVisibility(false); |
+ textFormControlElement()->updatePlaceholderVisibility(); |
} |
static inline void updateUserModifyProperty(HTMLTextFormControlElement& node, ComputedStyle& style) |