feat(chromium): roll Chromium to r568432 (#2769)

This roll includes:
- https://crrev.com/568341 - DevTools: force-create execution contexts for mixed content iframes

Fixes #2709.
This commit is contained in:
Andrey Lushnikov
2018-06-19 13:46:08 -07:00
committed by GitHub
parent ea8ec1e567
commit dcae6bcff4
2 changed files with 6 additions and 1 deletions

View File

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