| Index: trunk/Source/core/css/CSSFontSelector.cpp
|
| ===================================================================
|
| --- trunk/Source/core/css/CSSFontSelector.cpp (revision 154456)
|
| +++ trunk/Source/core/css/CSSFontSelector.cpp (working copy)
|
| @@ -597,7 +597,7 @@
|
| cachedResourceLoader->decrementRequestCount(fontsToBeginLoading[i].get());
|
| }
|
| // Ensure that if the request count reaches zero, the frame loader will know about it.
|
| - cachedResourceLoader->didLoadResource(0);
|
| + cachedResourceLoader->loadDone(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())
|
|
|