Skip to content

Commit

Permalink
fix: don’t disable BlinkGenPropertyTrees anymore
Browse files Browse the repository at this point in the history
Ref. #5080.
  • Loading branch information
mathiasbynens committed Nov 27, 2019
1 parent 35d5ba5 commit 3ea79aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Launcher.js
Expand Up @@ -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',
Expand Down

0 comments on commit 3ea79aa

Please sign in to comment.