| 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 3bda896ad77978342f13dfe305e4ece218fb10d8..b223f115a4f6bbfc3eb3204f85295e4e8e0587f3 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| @@ -104,7 +104,7 @@ class FontResourceClient : public ResourceClient {
|
| public:
|
| ~FontResourceClient() override {}
|
| static ResourceClientType expectedType() { return FontType; }
|
| - ResourceClientType resourceClientType() const final { return expectedType(); }
|
| + ResourceClientType getResourceClientType() const final { return expectedType(); }
|
| virtual void fontLoaded(FontResource*) {}
|
| virtual void didStartFontLoad(FontResource*) {}
|
| virtual void fontLoadShortLimitExceeded(FontResource*) {}
|
|
|