Index: third_party/WebKit/Source/core/css/CSSFontFace.h |
diff --git a/third_party/WebKit/Source/core/css/CSSFontFace.h b/third_party/WebKit/Source/core/css/CSSFontFace.h |
index b7ce7cb4bf6c4e8681c7cc39d4d3c597a26f5cf5..a1170d8915a66af545624a1af63e37ca1b2ecfed 100644 |
--- a/third_party/WebKit/Source/core/css/CSSFontFace.h |
+++ b/third_party/WebKit/Source/core/css/CSSFontFace.h |
@@ -70,7 +70,7 @@ public: |
void didBeginLoad(); |
void fontLoaded(RemoteFontFaceSource*); |
- void fontLoadWaitLimitExceeded(RemoteFontFaceSource*); |
+ void fontDataInvalidated(RemoteFontFaceSource*); |
PassRefPtr<SimpleFontData> getFontData(const FontDescription&); |