Skip to content

Commit

Permalink
feat(chromium): roll chromium to r740847 (#964)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JoelEinbinder committed Feb 13, 2020
1 parent 7ce49c2 commit ee9748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
},
"main": "index.js",
"playwright": {
"chromium_revision": "740289",
"chromium_revision": "740847",
"firefox_revision": "1028",
"webkit_revision": "1145"
},
Expand Down

0 comments on commit ee9748b

Please sign in to comment.