| Index: third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontSelector.cpp b/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| index 2ef70ed3ba15aefba3ad086b71f9e07ea724979a..5f3c79de4d0b22c83f6576eb4f9953ce26828f2b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| @@ -44,7 +44,6 @@ namespace blink {
|
|
|
| CSSFontSelector::CSSFontSelector(Document* document)
|
| : m_document(document)
|
| - , m_fontLoader(FontLoader::create(this, document))
|
| , m_genericFontFamilySettings(document->frame()->settings()->genericFontFamilySettings())
|
| {
|
| // FIXME: An old comment used to say there was no need to hold a reference to m_document
|
| @@ -164,7 +163,6 @@ DEFINE_TRACE(CSSFontSelector)
|
| visitor->trace(m_document);
|
| visitor->trace(m_fontFaceCache);
|
| visitor->trace(m_clients);
|
| - visitor->trace(m_fontLoader);
|
| FontSelector::trace(visitor);
|
| }
|
|
|
|
|