From 861f07073880e41373cc74557dc6a8595db34c73 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 14 Jun 2018 15:54:06 -0700 Subject: [PATCH] feat(chromium): roll Chromium to r567388 (#2743) This roll includes: - https://crrev.com/567104 - DevTools: introduce Target.exposeDevToolsProtocol() method The patch includes a drive-by fix to DevToolsAgentHostImpl that eliminats chromium crashes in certain cases. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a646b33..bc22504f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": ">=6.4.0" }, "puppeteer": { - "chromium_revision": "564778" + "chromium_revision": "567388" }, "scripts": { "unit": "node test/test.js",