Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
index 8a0a2e3edc2e004165193e5a7f8329995037fa13..c945eb2b5d103a5ad4addfc5fc37295539febb85 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
@@ -88,7 +88,7 @@ public: |
private: |
// From StyleSheetResourceClient |
- void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*) override; |
+ void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, CSSStyleSheetResource*) override; |
String debugName() const override { return "LinkStyle"; } |
enum DisabledState { |