Skip to content

Commit

Permalink
fix: don’t disable BlinkGenPropertyTrees anymore (#5159)
Browse files Browse the repository at this point in the history
Ref. #5080.
  • Loading branch information
mathiasbynens committed Nov 27, 2019
1 parent f0bf645 commit 8b49dc6
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 8b49dc6

Please sign in to comment.