| Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| index c92e13172c90a0b1ba6fef10d54e7f76f549b046..9a21351cb051246bff74c0de656ab8083cefb61e 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -253,6 +253,8 @@ def parse_args(args):
|
| help="Print detailed logging of the driver/content_shell"),
|
| optparse.make_option("--disable-breakpad", action="store_true",
|
| help="Don't use breakpad to symbolize unexpected crashes."),
|
| + optparse.make_option("--enable-leak-detection", action="store_true",
|
| + help="Enable the leak detection of DOM objects."),
|
| ]))
|
|
|
| option_group_definitions.append(("Miscellaneous Options", [
|
|
|