Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp |
index 2b830b070a27d7c5b949c5e36aaf1bcc82416526..b067ecad0efff31bb8e6ac176ca999fc365f2709 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp |
@@ -211,7 +211,7 @@ void LayoutInline::updateAlwaysCreateLineBoxes(bool fullLayout) |
bool alwaysCreateLineBoxesNew = (parentLayoutInline && parentLayoutInline->alwaysCreateLineBoxes()) |
|| (parentLayoutInline && parentStyle.verticalAlign() != BASELINE) |
|| style()->verticalAlign() != BASELINE |
- || style()->textEmphasisMark() != TextEmphasisMarkNone |
+ || style()->getTextEmphasisMark() != TextEmphasisMarkNone |
|| (checkFonts && (!parentStyle.font().fontMetrics().hasIdenticalAscentDescentAndLineGap(style()->font().fontMetrics()) |
|| parentStyle.lineHeight() != style()->lineHeight())); |