| Index: Source/core/css/CSSFontSelector.cpp
|
| diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
|
| index b0de5dca191df4579048235adb782960ab2e9336..bce610e50fac52d8cb9f2689b759ae7bd07a2f86 100644
|
| --- a/Source/core/css/CSSFontSelector.cpp
|
| +++ b/Source/core/css/CSSFontSelector.cpp
|
| @@ -153,16 +153,6 @@ void CSSFontSelector::fontCacheInvalidated()
|
| dispatchInvalidationCallbacks();
|
| }
|
|
|
| -void CSSFontSelector::addFontFaceRule(const StyleRuleFontFace* fontFaceRule, PassRefPtr<CSSFontFace> cssFontFace)
|
| -{
|
| - m_cssSegmentedFontFaceCache.add(this, fontFaceRule, cssFontFace);
|
| -}
|
| -
|
| -void CSSFontSelector::removeFontFaceRule(const StyleRuleFontFace* fontFaceRule)
|
| -{
|
| - m_cssSegmentedFontFaceCache.remove(fontFaceRule);
|
| -}
|
| -
|
| static AtomicString familyNameFromSettings(const GenericFontFamilySettings& settings, const FontDescription& fontDescription, const AtomicString& genericFamilyName)
|
| {
|
| UScriptCode script = fontDescription.script();
|
|
|