| Index: third_party/WebKit/Source/core/css/FontFaceCache.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceCache.h b/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| index 11ea85550d4ea9ed0d3143055c0faa4dcea7b805..64f083e57d3eff330b36df9b054d7361dda17e8e 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceCache.h
|
| @@ -48,11 +48,11 @@ public:
|
|
|
| // FIXME: Remove CSSFontSelector as argument. Passing CSSFontSelector here is
|
| // a result of egregious spaghettification in FontFace/FontFaceSet.
|
| - void add(CSSFontSelector*, const StyleRuleFontFace*, RawPtr<FontFace>);
|
| + void add(CSSFontSelector*, const StyleRuleFontFace*, FontFace*);
|
| void remove(const StyleRuleFontFace*);
|
| void clearCSSConnected();
|
| void clearAll();
|
| - void addFontFace(CSSFontSelector*, RawPtr<FontFace>, bool cssConnected);
|
| + void addFontFace(CSSFontSelector*, FontFace*, bool cssConnected);
|
| void removeFontFace(FontFace*, bool cssConnected);
|
|
|
| // FIXME: It's sort of weird that add/remove uses StyleRuleFontFace* as key,
|
|
|