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
This commit is contained in:
Andrey Lushnikov 2019-06-14 01:02:57 -07:00 committed by GitHub
parent 6860d73212
commit 5087962682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"node": ">=6.4.0"
},
"puppeteer": {
"chromium_revision": "666595"
"chromium_revision": "668716"
},
"scripts": {
"unit": "node test/test.js",