Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Unified Diff: third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h

Issue 2616093003: Make CSSParserContext be garbage collected. (Closed)
Patch Set: fix fuzzer compile Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698