From c4a3d442210441aa1ac9f6239aecd5440805fe18 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Sat, 9 Sep 2017 09:48:09 -0700 Subject: [PATCH] Roll chromium to r499413 (#731) The new chromium: - supports executionContextId in Runtime.callFunctionOn protocol method - supports passing objects as arguments in Runtime.callFuntionOn protocol method This roll also fixes #487. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89a5edcffbc..ea227094bbe 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ws": "^3.0.0" }, "puppeteer": { - "chromium_revision": "497674" + "chromium_revision": "499413" }, "devDependencies": { "commonmark": "^0.27.0",