| Index: third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
|
| index 9a222cb4a16be163f134edb799a3ffb95c599949..4907f87217f755cf87127698445d5d63a1026494 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
|
| @@ -72,12 +72,7 @@ bool CSSSegmentedFontFace::isValid() const
|
| return false;
|
| }
|
|
|
| -void CSSSegmentedFontFace::fontLoaded(CSSFontFace*)
|
| -{
|
| - pruneTable();
|
| -}
|
| -
|
| -void CSSSegmentedFontFace::fontLoadWaitLimitExceeded(CSSFontFace*)
|
| +void CSSSegmentedFontFace::fontFaceInvalidated()
|
| {
|
| pruneTable();
|
| }
|
|
|