| Index: third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.cpp b/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| index 38a4e99c6ad477867ec6cd2dc018220477803477..c30c35aaaedae60817fd0e0c6404db3bad33c182 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| @@ -499,7 +499,6 @@ bool FontFaceSet::resolveFontStyle(const String& fontString, Font& font)
|
|
|
| style->font().update(style->font().fontSelector());
|
|
|
| - document()->updateLayoutTreeIfNeeded();
|
| document()->ensureStyleResolver().computeFont(style.get(), *parsedStyle);
|
|
|
| font = style->font();
|
|
|