| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| index 1f42c52f9d0fb0a6d25aaffa679a90e333c938a0..19e00c2e78a25c25e7ab0acd93e992453e7cef1c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -123,7 +123,7 @@ def parse_args(args):
|
| "--additional-drt-flag",
|
| dest="additional_driver_flag",
|
| action="append",
|
| - default=[],
|
| + default=['--enable-slimming-paint-invalidation'],
|
| help=("Additional command line flag to pass to the driver. Specify multiple "
|
| "times to add multiple flags.")),
|
| optparse.make_option(
|
|
|