| Index: third_party/WebKit/Source/core/css/FontFace.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h
|
| index 24981b8dbd73aafc324ef3a169322646461c0c22..d0f5d4bd29dd429d2abaf021e7eb38611dab0ee2 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFace.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFace.h
|
| @@ -94,7 +94,7 @@ public:
|
| void setError(DOMException* = nullptr);
|
| DOMException* error() const { return m_error; }
|
| FontTraits traits() const;
|
| - CSSFontFace* cssFontFace() const;
|
| + CSSFontFace* cssFontFace() { return m_cssFontFace.get(); }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|