| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 90342759e0e5d6ae4ceaf73ec095d9f5234f190e..92dabd7074ab5b18f5f06e657340f1d39edce24a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1997,6 +1997,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| const AtomicString& Locale() const {
|
| return LayoutLocale::LocaleString(GetFontDescription().Locale());
|
| }
|
| + AtomicString LocaleForLineBreakIterator() const;
|
|
|
| // FIXME: Remove letter-spacing/word-spacing and replace them with respective
|
| // FontBuilder calls. letter-spacing
|
|
|