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 2bcd3a761770bcd8ca91a3dee7f4efbae6426583..55ba33db2b9314ddc7f81c865b268d3bc097a003 100644 |
--- a/third_party/WebKit/Source/core/fetch/StyleSheetResourceClient.h |
+++ b/third_party/WebKit/Source/core/fetch/StyleSheetResourceClient.h |
@@ -38,7 +38,7 @@ class CORE_EXPORT StyleSheetResourceClient : public ResourceClient { |
public: |
static bool isExpectedType(ResourceClient* client) { return client->getResourceClientType() == StyleSheetType; } |
ResourceClientType getResourceClientType() const final { return StyleSheetType; } |
- virtual void setCSSStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* charset */, const CSSStyleSheetResource*) {} |
+ virtual void setCSSStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* charset */, CSSStyleSheetResource*) {} |
virtual void setXSLStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* sheet */) {} |
// This gets called on the very first appendData call for the |