Chromium Code Reviews| Index: Source/core/css/FontLoader.h |
| diff --git a/Source/core/css/FontLoader.h b/Source/core/css/FontLoader.h |
| index a41249e08f700324429d12b685a6dad5bf77f416..699761a36838a36d8a2d568f7f258b6f9048c717 100644 |
| --- a/Source/core/css/FontLoader.h |
| +++ b/Source/core/css/FontLoader.h |
| @@ -37,6 +37,7 @@ public: |
| private: |
| FontLoader(CSSFontSelector*, ResourceFetcher*); |
| void beginLoadTimerFired(Timer<FontLoader>*); |
| + void clearPendingFonts(); |
| Timer<FontLoader> m_beginLoadingTimer; |