Index: third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h |
diff --git a/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h |
index 60cc69a7c141be5de6e8dfe5ea449452328f7f10..38ac0488f5cc0af2646a449cd310a3adc6926a8f 100644 |
--- a/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h |
+++ b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h |
@@ -53,7 +53,7 @@ class CORE_EXPORT CSSStyleSheetResource final : public StyleSheetResource { |
void didAddClient(ResourceClient*) override; |
- StyleSheetContents* restoreParsedStyleSheet(const CSSParserContext&); |
+ StyleSheetContents* restoreParsedStyleSheet(const CSSParserContext*); |
void saveParsedStyleSheet(StyleSheetContents*); |
void appendData(const char* data, size_t length) override; |