| Index: third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp b/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
|
| index e6be90885fcb8693e464e75c1ecf96cf0b1fdb8c..52b9e29d9b5834166398bbfb1c3342f9c4521cf1 100644
|
| --- a/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
|
| @@ -224,8 +224,9 @@ void FirstLetterPseudoElement::setRemainingTextLayoutObject(
|
| // to tell our parent element to recalcStyle so we can get cleaned up
|
| // as well.
|
| if (!fragment)
|
| - setNeedsStyleRecalc(LocalStyleChange, StyleChangeReasonForTracing::create(
|
| - StyleChangeReason::PseudoClass));
|
| + setNeedsStyleRecalc(
|
| + LocalStyleChange,
|
| + StyleChangeReasonForTracing::create(StyleChangeReason::PseudoClass));
|
|
|
| m_remainingTextLayoutObject = fragment;
|
| }
|
|
|