| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index c0e240b8bf9aba1815c60bb9ea1575ffea170701..68b71de4f65895cf21cb5033f839e60f4a8ee24d 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1563,7 +1563,7 @@ AtomicString ComputedStyle::LocaleForLineBreakIterator() const {
|
| }
|
|
|
| Hyphenation* ComputedStyle::GetHyphenation() const {
|
| - return GetHyphens() == kHyphensAuto
|
| + return GetHyphens() == Hyphens::kAuto
|
| ? GetFontDescription().LocaleOrDefault().GetHyphenation()
|
| : nullptr;
|
| }
|
|
|