| 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 061af596c2858305ea5c8dcc3b959cb1a5ddc960..0684def41af36d4a131c456b2748b73b1bbd2e8c 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.cpp
|
| @@ -145,7 +145,7 @@ bool FontResource::isSafeToUnlock() const
|
| return m_data->hasOneRef();
|
| }
|
|
|
| -void FontResource::fontLoadShortLimitCallback(Timer<FontResource>*)
|
| +void FontResource::fontLoadShortLimitCallback(TimerBase*)
|
| {
|
| if (!isLoading())
|
| return;
|
| @@ -156,7 +156,7 @@ void FontResource::fontLoadShortLimitCallback(Timer<FontResource>*)
|
| client->fontLoadShortLimitExceeded(this);
|
| }
|
|
|
| -void FontResource::fontLoadLongLimitCallback(Timer<FontResource>*)
|
| +void FontResource::fontLoadLongLimitCallback(TimerBase*)
|
| {
|
| if (!isLoading())
|
| return;
|
|
|