feat(chromium): roll Chromium to r609904 (#3587)

This roll includes:
- https://crrev.com/609886 - DevTools: force-detach worker sessions
  on navigation

This should eliminate flakiness with our worker test.
This commit is contained in:
Andrey Lushnikov 2018-11-20 21:52:55 -08:00 committed by GitHub
parent 6656519560
commit fb5b0800ec
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": "608752"
"chromium_revision": "609904"
},
"scripts": {
"unit": "node test/test.js",