diff --git a/blink/renderer/core/layout/ng/inline/ng_inline_node.cc b/blink/renderer/core/layout/ng/inline/ng_inline_node.cc index 6ed3a40c3e8..7ca5d45033a 100644 --- a/blink/renderer/core/layout/ng/inline/ng_inline_node.cc +++ b/blink/renderer/core/layout/ng/inline/ng_inline_node.cc @@ -914,7 +914,7 @@ bool NGInlineNode::SetTextWithOffset(LayoutText* layout_text, // This function runs outside of the layout phase. Prevent purging font cache // while shaping. - FontCachePurgePreventer fontCachePurgePreventer; + FontCachePurgePreventer font_cache_purge_preventer; String new_text(std::move(new_text_in)); layout_text->StyleRef().ApplyTextTransform(&new_text,