From d9d9996f9cbb2b8a188d54e0a3b1b47e19831f27 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 16 Nov 2018 09:36:35 -0800 Subject: [PATCH] feat(chromium): roll Chromium to r608752 (#3555) This roll includes: - https://crrev.com/608658 - DevTools: emit "init" lifecycle event when document gets opened References #728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 769ab764f9b..77a5ed1a730 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": ">=6.4.0" }, "puppeteer": { - "chromium_revision": "606647" + "chromium_revision": "608752" }, "scripts": { "unit": "node test/test.js",