Index: third_party/WebKit/Source/core/layout/LayoutText.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutText.cpp b/third_party/WebKit/Source/core/layout/LayoutText.cpp |
index 254510c7739945d9ee85c643adbd2fafd02c3872..cd988173ecf8f8c9027ca00b6b605c78f398bd3f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutText.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutText.cpp |
@@ -1026,7 +1026,7 @@ static float maxWordFragmentWidth(LayoutText* layoutText, |
maxFragmentWidth = std::max(maxFragmentWidth, fragmentWidth); |
end = start; |
} |
- suffixStart = hyphenLocations.first(); |
+ suffixStart = hyphenLocations.front(); |
return maxFragmentWidth + layoutText->hyphenWidth(font, textDirection); |
} |