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

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

Issue 2918283002: Added null safety to CSSParserContext args in CSSPropertyOffsetPathUtils (Closed)
Patch Set: Created 3 years, 6 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/CSSPropertyOffsetPathUtils.h
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
index 405e5007133693130d245f31e87ba735abbd9124..34baacf7fffa8fc6caa7ed6298c3c8f7369831a3 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
@@ -16,7 +16,7 @@ class CSSValue;
class CSSPropertyOffsetPathUtils {
STATIC_ONLY(CSSPropertyOffsetPathUtils);
static CSSValue* ConsumeOffsetPath(CSSParserTokenRange&,
- const CSSParserContext*);
+ const CSSParserContext&);
static CSSValue* ConsumePathOrNone(CSSParserTokenRange&);
};

Powered by Google App Engine
This is Rietveld 408576698