From 8b49dc62a62282543ead43541316e23d3450ff3c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 27 Nov 2019 12:58:09 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20don=E2=80=99t=20disable=20BlinkGenProper?= =?UTF-8?q?tyTrees=20anymore=20(#5159)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref. #5080. --- lib/Launcher.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Launcher.js b/lib/Launcher.js index bc3796f8adb3d..ceb57463db4f3 100644 --- a/lib/Launcher.js +++ b/lib/Launcher.js @@ -268,8 +268,7 @@ class ChromeLauncher { '--disable-default-apps', '--disable-dev-shm-usage', '--disable-extensions', - // BlinkGenPropertyTrees disabled due to crbug.com/937609 - '--disable-features=TranslateUI,BlinkGenPropertyTrees', + '--disable-features=TranslateUI', '--disable-hang-monitor', '--disable-ipc-flooding-protection', '--disable-popup-blocking',