| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index 085011f7bd0bf0df9f9e2f8bce4b292efba47f62..283b55fbeda35650607ea2873100a19bf21add3c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -356,6 +356,7 @@ inline LayoutText* Text::layoutObject() const {
|
| }
|
|
|
| void applyTextTransform(const ComputedStyle*, String&, UChar);
|
| +AtomicString localeForLineBreakIterator(const ComputedStyle&);
|
|
|
| } // namespace blink
|
|
|
|
|