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

Unified Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h

Issue 2878383002: Added null safety for CSSParserContext in CSSPropertyShapeUtils. (Closed)
Patch Set: Created 3 years, 7 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/css/properties/CSSPropertyShapeUtils.h
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h
index b32b86949cc2e70be86f4afc812de96410d8e4bc..b1bdc0ad3a4ea92339c2cf105a05ff3013b110c9 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyShapeUtils.h
@@ -18,7 +18,7 @@ class CSSPropertyShapeUtils {
STATIC_ONLY(CSSPropertyShapeUtils);
static CSSValue* ConsumeBasicShape(CSSParserTokenRange&,
- const CSSParserContext*);
+ const CSSParserContext&);
static bool ConsumeRadii(CSSValue* horizontal_radii[4],
CSSValue* vertical_radii[4],
CSSParserTokenRange&,

Powered by Google App Engine
This is Rietveld 408576698