Index: third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h |
diff --git a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h |
index f53cf262eaf78769ec4a8746577bac08e165fd84..fcf97e525479a376152744b8018d7f11a3dd8cc3 100644 |
--- a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h |
+++ b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h |
@@ -93,7 +93,7 @@ class CORE_EXPORT CSSPreloaderResourceClient : public GarbageCollectedFinalized< |
public: |
CSSPreloaderResourceClient(Resource*, HTMLResourcePreloader*); |
~CSSPreloaderResourceClient(); |
- 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 didAppendFirstData(const CSSStyleSheetResource*) override; |
String debugName() const override { return "CSSPreloaderResourceClient"; } |