| Index: third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp b/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
|
| index 6aa928984e6effe92bf311b85a6d2901143def72..e0a7cf4c86b34974e2094b4ee2285c1c247ed1ca 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
|
| @@ -43,11 +43,6 @@ CSSFontFaceSource::~CSSFontFaceSource()
|
| {
|
| }
|
|
|
| -void CSSFontFaceSource::setFontFace(CSSFontFace* face)
|
| -{
|
| - m_face = face;
|
| -}
|
| -
|
| PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription& fontDescription)
|
| {
|
| // If the font hasn't loaded or an error occurred, then we've got nothing.
|
|
|