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
This commit is contained in:
Andrey Lushnikov 2018-11-16 09:36:35 -08:00 committed by GitHub
parent 03d8746260
commit d9d9996f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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