From a4cebd8e6aa2881eecaa67603defd73ccd7645ad Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 16 Oct 2018 11:24:31 -0700 Subject: [PATCH] feat(chromium): roll Chromium to r599821 (#3414) This roll includes: - https://crrev.com/599782 DevTools: force a style recalc before reporting final CSS coverage - https://crrev.com/599769 DevTools: Expose more properties through the accessibility protocol References: #2033 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c38e1f1c3ff..51f94a38f59 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": ">=6.4.0" }, "puppeteer": { - "chromium_revision": "594312" + "chromium_revision": "599821" }, "scripts": { "unit": "node test/test.js",