| Index: Source/core/css/CSSFontSelector.cpp
 | 
| diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
 | 
| index 618fea40bc886a21d0a330f333604346dc8f4d91..eacd0e936046cbcee37cea36daf91ea459d9ac85 100644
 | 
| --- a/Source/core/css/CSSFontSelector.cpp
 | 
| +++ b/Source/core/css/CSSFontSelector.cpp
 | 
| @@ -63,7 +63,7 @@ void FontLoader::addFontToBeginLoading(FontResource* fontResource)
 | 
|      // after this font has been requested but before it began loading. Balanced by
 | 
|      // decrementRequestCount() in beginLoadTimerFired() and in clearDocument().
 | 
|      m_resourceFetcher->incrementRequestCount(fontResource);
 | 
| -    m_beginLoadingTimer.startOneShot(0);
 | 
| +    m_beginLoadingTimer.startOneShot(0, FROM_HERE);
 | 
|  }
 | 
|  
 | 
|  void FontLoader::beginLoadTimerFired(Timer<WebCore::FontLoader>*)
 | 
| 
 |