| 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 824ca1ce1cc151d6c2245be11d276cb72b8c17cd..a25ca06cfd878235818651e695d0fc381ff7e19c 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -257,6 +257,8 @@ def parse_args(args):
|
| help="Use Apache instead of LigHTTPd (default is port-specific)."),
|
| optparse.make_option("--no-use-apache", action="store_false", dest="use_apache",
|
| help="Use LigHTTPd instead of Apache (default is port-specific)."),
|
| + optparse.make_option("--enable-leak-detection", action="store_true",
|
| + help="Enable the leak detection of DOM objects."),
|
| ]))
|
|
|
| option_group_definitions.append(("Miscellaneous Options", [
|
|
|