diff options
author | Paul Rouget <me@paulrouget.com> | 2016-06-24 12:03:01 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2016-06-24 12:03:01 +0200 |
commit | 8836250d71fd560b05937239cb066c90d60c6317 (patch) | |
tree | b25ec9170fc4fe2aea47ea8351c6e7dbc1ba31a8 /python/servo/post_build_commands.py | |
parent | 851194b0033cb1daa15d99adbb0191b25b637fa8 (diff) | |
download | servo-8836250d71fd560b05937239cb066c90d60c6317.tar.gz servo-8836250d71fd560b05937239cb066c90d60c6317.zip |
Fix preference name
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 67ec4662fdd..733ec665cd6 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -114,7 +114,7 @@ class PostBuildCommands(CommandBase): args = args + ['-w', '--pref', 'dom.mozbrowser.enabled', '--pref', 'dom.forcetouch.enabled', - '--pref', 'shell.builtin-key-shortcuts=false', + '--pref', 'shell.builtin-key-shortcuts.enabled=false', path.join(browserhtml_path, 'out', 'index.html')] # Borrowed and modified from: |