From 6e1f7dc9926e7c6c6a9da594a05d64498d8ff3f5 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 5 Feb 2019 11:25:18 -0800 Subject: [PATCH] feat(chromium): roll chromium to r624492 (#3909) This roll includes: - https://crrev.com/624492 - Disable sending KeyUpdates by default. Fixes #3893, #3880 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0f7a584..f4d28f70 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": ">=6.4.0" }, "puppeteer": { - "chromium_revision": "624487" + "chromium_revision": "624492" }, "scripts": { "unit": "node test/test.js",