| Index: third_party/WebKit/Source/core/fetch/FontResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| index ce8fa83bb051f6ea149a913ccd01e6e9b24f3f0b..d0461fcc32affd3a63977380fb7c98ea42f7b565 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| @@ -76,8 +76,8 @@ private:
|
| FontResource(const ResourceRequest&, const ResourceLoaderOptions&);
|
|
|
| void checkNotify() override;
|
| - void fontLoadShortLimitCallback(Timer<FontResource>*);
|
| - void fontLoadLongLimitCallback(Timer<FontResource>*);
|
| + void fontLoadShortLimitCallback(TimerBase*);
|
| + void fontLoadLongLimitCallback(TimerBase*);
|
|
|
| bool isSafeToUnlock() const override;
|
|
|
|
|