| Index: sky/engine/core/css/CSSFontFaceSrcValue.cpp
|
| diff --git a/sky/engine/core/css/CSSFontFaceSrcValue.cpp b/sky/engine/core/css/CSSFontFaceSrcValue.cpp
|
| index 407c12d4a1b0c2755e44dc7796b265be7d8f6fc8..adc660058815279445ee3628bfc61524a5f80fcf 100644
|
| --- a/sky/engine/core/css/CSSFontFaceSrcValue.cpp
|
| +++ b/sky/engine/core/css/CSSFontFaceSrcValue.cpp
|
| @@ -75,13 +75,6 @@ String CSSFontFaceSrcValue::customCSSText() const
|
| return result.toString();
|
| }
|
|
|
| -bool CSSFontFaceSrcValue::hasFailedOrCanceledSubresources() const
|
| -{
|
| - if (!m_fetched)
|
| - return false;
|
| - return m_fetched->loadFailedOrCanceled();
|
| -}
|
| -
|
| FontResource* CSSFontFaceSrcValue::fetch(Document* document)
|
| {
|
| if (!m_fetched) {
|
|
|