| Index: Source/core/css/CSSFontSelector.cpp
|
| diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
|
| index 55b0f746a9516d97ba43bd40698c42b8ce5f24d7..42cc243e733c6aab05228ecdc192d4c7de8a23d7 100644
|
| --- a/Source/core/css/CSSFontSelector.cpp
|
| +++ b/Source/core/css/CSSFontSelector.cpp
|
| @@ -216,10 +216,4 @@
|
| m_fontLoader.loadPendingFonts();
|
| }
|
|
|
| -void CSSFontSelector::updateGenericFontFamilySettings(Document& document)
|
| -{
|
| - ASSERT(document.frame());
|
| - m_genericFontFamilySettings = document.frame()->settings()->genericFontFamilySettings();
|
| -}
|
| -
|
| -}
|
| +}
|
|
|