feat(chromium): roll Chromium to r647475 (#4240)

This roll includes:
- https://crrev.com/1549884 - DevTools: disable interception for
  data: URLs
This commit is contained in:
Andrey Lushnikov 2019-04-03 18:28:17 -07:00 committed by GitHub
parent 1b8769d09e
commit 67fbf46e8e
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": "641577" "chromium_revision": "647475"
}, },
"scripts": { "scripts": {
"unit": "node test/test.js", "unit": "node test/test.js",