Roll chromium to r485143

This commit is contained in:
Andrey Lushnikov 2017-07-11 19:38:20 -07:00
parent f9283f9d4b
commit b0a2cf662e
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ class NetworkManager extends EventEmitter {
*/
async setRequestInterceptor(interceptor) {
this._requestInterceptor = interceptor;
await this._client.send('Network.enableRequestInterception', {enabled: !!interceptor});
await this._client.send('Network.setRequestInterceptionEnabled', {enabled: !!interceptor});
}
/**

View File

@ -26,7 +26,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "484159"
"chromium_revision": "485143"
},
"devDependencies": {
"commonmark": "^0.27.0",