| Index: third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FontResource.cpp b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| index 0009ada0d8a010accd20f72fe7b1de6c85e93144..34e3e0a12feda59c9c855499471394ad386b8f55 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| @@ -119,7 +119,7 @@ void FontResource::beginLoadIfNeeded(ResourceFetcher* dl)
|
| if (m_state != LoadInitiated) {
|
| m_state = LoadInitiated;
|
| Resource::load(dl, m_options);
|
| - m_fontLoadWaitLimitTimer.startOneShot(fontLoadWaitLimitSec, FROM_HERE);
|
| + m_fontLoadWaitLimitTimer.startOneShot(fontLoadWaitLimitSec, BLINK_FROM_HERE);
|
|
|
| ResourceClientWalker<FontResourceClient> walker(m_clients);
|
| while (FontResourceClient* client = walker.next())
|
|
|