| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| index 75cc46e133a14e3b06f36d48293a1b5266116f7a..8717679ef24a736059bb123b2f39dc2aa6e436a9 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
|
| @@ -46,7 +46,7 @@ public:
|
| , m_widthSoFar(0), m_startIndex(0)
|
| {
|
| ASSERT(font);
|
| - const FontDescription& fontDescription = font->fontDescription();
|
| + const FontDescription& fontDescription = font->getFontDescription();
|
|
|
| // Word and letter spacing can change the width of a word, as can tabs
|
| // as we segment solely based on on space characters.
|
|
|