| Index: Source/core/css/FontFaceCache.h
|
| diff --git a/Source/core/css/FontFaceCache.h b/Source/core/css/FontFaceCache.h
|
| index d3abcb2d10a7a562a0501a7c2cdc4b8f4dc85c48..1b6873b01867edeef40c7241d6129a0396dfd965 100644
|
| --- a/Source/core/css/FontFaceCache.h
|
| +++ b/Source/core/css/FontFaceCache.h
|
| @@ -48,6 +48,7 @@ public:
|
| // a result of egregious spaghettification in FontFace/FontFaceSet.
|
| void add(CSSFontSelector*, const StyleRuleFontFace*, PassRefPtr<FontFace>);
|
| void remove(const StyleRuleFontFace*);
|
| + void clear();
|
| void addFontFace(CSSFontSelector*, PassRefPtr<FontFace>, bool cssConnected);
|
| void removeFontFace(FontFace*, bool cssConnected);
|
|
|
|
|