Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.h |
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h |
index 7fba8a3e17e6cd60d7ca33b86924cd249f03708b..4123606b7f41fc2e26e1db73cb9c441b5d00aa55 100644 |
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h |
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h |
@@ -80,7 +80,7 @@ private: |
bool checkStyleSheet(String& href, String& charset); |
void process(const String& href, const String& charset); |
- 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; |
void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) override; |
bool sheetLoaded() override; |