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