feat(chromium): roll chromium to r740847 (#964)

Notable patch:
- DevTools: Don't interrupt for Runtime.callFunctionOn, Runtime.runScript - https://chromium-review.googlesource.com/c/chromium/src/+/2050850 

This roll should unflake Chromium workers.
This commit is contained in:
Joel Einbinder 2020-02-12 16:04:01 -08:00 committed by GitHub
parent 7ce49c2835
commit ee9748ba2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
}, },
"main": "index.js", "main": "index.js",
"playwright": { "playwright": {
"chromium_revision": "740289", "chromium_revision": "740847",
"firefox_revision": "1028", "firefox_revision": "1028",
"webkit_revision": "1145" "webkit_revision": "1145"
}, },