Update to latest csslib

Fixes a bug in the null safety migration which throws on a null `size`
argument for a font.

Change-Id: I19e95f38c67c9a9014480d52dab4f10538e88234
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161141
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
This commit is contained in:
Nate Bosch 2020-09-01 16:36:29 +00:00 committed by commit-bot@chromium.org
parent c34cd2c758
commit c3298e5619

2
DEPS
View file

@ -79,7 +79,7 @@ vars = {
"collection_rev": "583693680fc067e34ca5b72503df25e8b80579f9",
"convert_rev": "c1b01f832835d3d8a06b0b246a361c0eaab35d3c",
"crypto_rev": "f7c48b334b1386bc5ab0f706fbcd6df8496a87fc",
"csslib_rev": "166d3e07eabc8283c6137cfde17fb25b8bb40080",
"csslib_rev": "681a6603f86bbbe64e8af42d722aef63b028d241",
"dart2js_info_rev" : "0632a623b08e1f601c7eba99e0186a581ae799e9",
# Note: Updates to dart_style have to be coordinated with the infrastructure