| Index: Source/core/dom/StyleEngine.cpp
|
| diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
|
| index f9b8c45508b20637e5c1211dcb5ee46d8fa5dff3..b6039f24e915b4076cf8a381553f93d5f45cff88 100644
|
| --- a/Source/core/dom/StyleEngine.cpp
|
| +++ b/Source/core/dom/StyleEngine.cpp
|
| @@ -539,7 +539,7 @@ void StyleEngine::updateGenericFontFamilySettings()
|
| m_resolver->invalidateMatchedPropertiesCache();
|
| }
|
|
|
| -void StyleEngine::removeFontFaceRules(const Vector<const StyleRuleFontFace*>& fontFaceRules)
|
| +void StyleEngine::removeFontFaceRules(const WillBeHeapVector<RawPtrWillBeMember<const StyleRuleFontFace> >& fontFaceRules)
|
| {
|
| if (!m_fontSelector)
|
| return;
|
|
|