| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index e1a9699874ff2a62cd252387c3f1c206327f213d..083b91dc3c31805809992b2ab35f0f05fa07d7cb 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -169,7 +169,7 @@ public:
|
| void clearMasterResolver();
|
|
|
| CSSFontSelector* fontSelector() { return m_fontSelector.get(); }
|
| - void removeFontFaceRules(const Vector<const StyleRuleFontFace*>&);
|
| + void removeFontFaceRules(const WillBeHeapVector<RawPtrWillBeMember<const StyleRuleFontFace> >&);
|
| void clearFontCache();
|
| // updateGenericFontFamilySettings is used from WebSettingsImpl.
|
| void updateGenericFontFamilySettings();
|
|
|