Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/config.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/config.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/config.py |
index 85e517ff3e27f7cad62b489c151285aae761cc2e..1d6e1999c576d5e891fa7406a356cedc1be317ed 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/config.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/config.py |
@@ -32,15 +32,11 @@ import logging |
from webkitpy.common import webkit_finder |
- |
_log = logging.getLogger(__name__) |
class Config(object): |
- _FLAGS_FROM_CONFIGURATIONS = { |
- "Debug": "--debug", |
- "Release": "--release", |
- } |
+ _FLAGS_FROM_CONFIGURATIONS = {"Debug": "--debug", "Release": "--release", } |
def __init__(self, executive, filesystem, port_implementation=None): |
self._executive = executive |