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 13, 2019
1 parent fd43f9c commit a961d80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Launcher.js
Expand Up @@ -46,8 +46,7 @@ const DEFAULT_ARGS = [
'--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 a961d80

Please sign in to comment.