| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 43b354a0d6d016414e061d0d5a718d39d5874f6f..6c8c3aae5c874c6039aa4a6e7b2a8d5f1ff8b98b 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1626,7 +1626,6 @@ void Document::updateDistributionForNodeIfNeeded(Node* node)
|
| void Document::setupFontBuilder(RenderStyle* documentStyle)
|
| {
|
| FontBuilder fontBuilder(*this);
|
| - fontBuilder.setFontDescription(documentStyle->fontDescription());
|
| RefPtrWillBeRawPtr<CSSFontSelector> selector = m_styleEngine->fontSelector();
|
| fontBuilder.createFontForDocument(selector, documentStyle);
|
| }
|
|
|