From 5087962682216919bba7755e32f0314e5a4e610f Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 14 Jun 2019 01:02:57 -0700 Subject: [PATCH] feat(chromium): roll Chromium to r668716 (#4581) This roll includes: - https://crrev.com/c/1652559 - inspector: fix queryObjects when page contains JSModuleNamespace - https://crrev.com/c/1649473 - [heapprofiler] QueryObjects: do not return objects retained by feedback information - https://crrev.com/c/1652155 - DevTools: teach page.printToPDF to return IO::Stream References #4563 Fix #4545 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2cddf70..446c77a9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": ">=6.4.0" }, "puppeteer": { - "chromium_revision": "666595" + "chromium_revision": "668716" }, "scripts": { "unit": "node test/test.js",