Roll chromium to r484159

This commit is contained in:
Andrey Lushnikov
2017-07-05 17:02:58 -07:00
parent 4372674c99
commit 0d2c32e8cd
3 changed files with 6 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ class NetworkManager extends EventEmitter {
* @param {!Object} event
*/
_onRequestIntercepted(event) {
let request = new InterceptedRequest(this._client, event.InterceptionId, event.request);
let request = new InterceptedRequest(this._client, event.interceptionId, event.request);
this._requestInterceptor(request);
}