| Index: third_party/WebKit/Source/core/fetch/StyleSheetResourceClient.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/StyleSheetResourceClient.h b/third_party/WebKit/Source/core/fetch/StyleSheetResourceClient.h
|
| index f9c3ffa5bd2f12b285a220e510b0939c4215741a..303f0eb803aac6dbca1f7f1322ec0377ca68e742 100644
|
| --- a/third_party/WebKit/Source/core/fetch/StyleSheetResourceClient.h
|
| +++ b/third_party/WebKit/Source/core/fetch/StyleSheetResourceClient.h
|
| @@ -37,7 +37,7 @@ class StyleSheetResourceClient : public ResourceClient {
|
| public:
|
| ~StyleSheetResourceClient() override {}
|
| static ResourceClientType expectedType() { return StyleSheetType; }
|
| - ResourceClientType resourceClientType() const final { return expectedType(); }
|
| + ResourceClientType getResourceClientType() const final { return expectedType(); }
|
| virtual void setCSSStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* charset */, const CSSStyleSheetResource*) {}
|
| virtual void setXSLStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* sheet */) {}
|
| };
|
|
|