Added null safety to CSSParserContext args in CSSProperty utils files
This patch - Changed CSSParserContext argument from * to & for null safety and readability in the remaining utils files in core/css/properties - Changed the CSSPropertyParserHelpers::ConsumeCommaSeparatedList parameter pack argument to a universal reference with perfect forwarding so that reference arguments can be passed through it. Bug: 668012 Change-Id: I5e607c9a1f8e26d7848092468d666f9879711941 Reviewed-on: https://chromium-review.googlesource.com/590910Reviewed-by:Darren Shen <shend@chromium.org> Reviewed-by:
Renée Wright <rjwright@chromium.org> Commit-Queue: Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#490691}
Showing
Please register or sign in to comment