| Index: Source/core/css/FontFaceCache.cpp
|
| diff --git a/Source/core/css/FontFaceCache.cpp b/Source/core/css/FontFaceCache.cpp
|
| index 1e8a530e2e9bc23336122a65acff32ac0274c79d..91064ea425ced40d190f02dbcaba08f08074335b 100644
|
| --- a/Source/core/css/FontFaceCache.cpp
|
| +++ b/Source/core/css/FontFaceCache.cpp
|
| @@ -107,13 +107,6 @@
|
| ++m_version;
|
| }
|
|
|
| -void FontFaceCache::clear()
|
| -{
|
| - for (StyleRuleToFontFace::iterator it = m_styleRuleToFontFace.begin(); it != m_styleRuleToFontFace.end(); ++it)
|
| - removeFontFace(it->value.get(), true);
|
| - m_styleRuleToFontFace.clear();
|
| -}
|
| -
|
| static inline bool compareFontFaces(CSSSegmentedFontFace* first, CSSSegmentedFontFace* second, FontTraitsMask desiredTraitsMask)
|
| {
|
| FontTraitsMask firstTraitsMask = first->traitsMask();
|
|
|