feat(chromium): roll Chromium to r624487 (#3817)

This roll includes:
- https://crrev.com/624247 - DevTools: Allow DOM.resolveNode to resolve
  into isolated worlds
- https://crrev.com/624486 - DevTools: addScriptToEvaluateOnNewDocument
  should work with disabled javascript
This commit is contained in:
Andrey Lushnikov 2019-01-22 13:56:24 -05:00 committed by GitHub
parent 9fb89e1bbc
commit c09835fd70
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": "623082"
"chromium_revision": "624487"
},
"scripts": {
"unit": "node test/test.js",