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 * @param {!Object} event
*/ */
_onRequestIntercepted(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); this._requestInterceptor(request);
} }

View File

@ -23,7 +23,7 @@
"ws": "^3.0.0" "ws": "^3.0.0"
}, },
"puppeteer": { "puppeteer": {
"chromium_revision": "478524" "chromium_revision": "484159"
}, },
"devDependencies": { "devDependencies": {
"deasync": "^0.1.9", "deasync": "^0.1.9",

View File

@ -753,6 +753,10 @@ table@^4.0.1:
slice-ansi "0.0.4" slice-ansi "0.0.4"
string-width "^2.0.0" string-width "^2.0.0"
text-diff@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/text-diff/-/text-diff-1.0.1.tgz#6c105905435e337857375c9d2f6ca63e453ff565"
text-table@~0.2.0: text-table@~0.2.0:
version "0.2.0" version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"