| Index: Source/core/css/CSSFontSelector.cpp
|
| diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
|
| index c267b90a3004c6f3ae3b3bff59b970a36872212f..857aa47fcecf246acb85ab6f1dbfc190b327ed38 100644
|
| --- a/Source/core/css/CSSFontSelector.cpp
|
| +++ b/Source/core/css/CSSFontSelector.cpp
|
| @@ -597,7 +597,7 @@ void CSSFontSelector::beginLoadTimerFired(Timer<WebCore::CSSFontSelector>*)
|
| cachedResourceLoader->decrementRequestCount(fontsToBeginLoading[i].get());
|
| }
|
| // Ensure that if the request count reaches zero, the frame loader will know about it.
|
| - cachedResourceLoader->loadDone(0);
|
| + cachedResourceLoader->didLoadResource(0);
|
| // New font loads may be triggered by layout after the document load is complete but before we have dispatched
|
| // didFinishLoading for the frame. Make sure the delegate is always dispatched by checking explicitly.
|
| if (m_document && m_document->frame())
|
|
|