feat(chromium): roll Chromium to r666595 (#4530)

This roll includes:
- https://crrev.com/666392 - DevTools: do not re-create DOMWrapperWorlds on same-process navigation

Fix #4449
This commit is contained in:
Andrey Lushnikov 2019-06-06 10:41:01 -07:00 committed by GitHub
parent f79d0a3be8
commit 7e1984615a
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": "665405"
"chromium_revision": "666595"
},
"scripts": {
"unit": "node test/test.js",