| Index: Source/core/css/CSSFontSelector.cpp
|
| diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
|
| index 443ed66881aa79e23b3b89a3a4f07c7413fd616c..4308620283fdf389e3f37b4b9788b1d468253b0f 100644
|
| --- a/Source/core/css/CSSFontSelector.cpp
|
| +++ b/Source/core/css/CSSFontSelector.cpp
|
| @@ -596,7 +596,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())
|
|
|