| Index: third_party/WebKit/Source/core/css/CSSFontFaceSource.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceSource.h b/third_party/WebKit/Source/core/css/CSSFontFaceSource.h
|
| index 478bb4c158113e589088573e5d607a891117d0f5..c9819bb3ae0fe3bca9303598c892e1c8c8799747 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFaceSource.h
|
| @@ -49,7 +49,7 @@ public:
|
| virtual bool isValid() const { return true; }
|
|
|
| virtual FontResource* resource() { return nullptr; }
|
| - void setFontFace(CSSFontFace*);
|
| + void setFontFace(CSSFontFace* face) { m_face = face; }
|
|
|
| PassRefPtr<SimpleFontData> getFontData(const FontDescription&);
|
|
|
|
|