Index: Tools/Scripts/webkitpy/layout_tests/port/chromium.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium.py |
index d7a90851ef05c32af58d9c31c08b9a0dacb5f755..3b6eed2b34774d20d31997e97eda2bc97d0aed63 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/chromium.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium.py |
@@ -440,7 +440,7 @@ class ChromiumPort(Port): |
return self._build_path_with_configuration(None, *comps) |
def _build_path_with_configuration(self, configuration, *comps): |
- # Note that we don't implement --root or do the option caching that the |
+ # Note that we don't do the option caching that the |
# base class does, because finding the right directory is relatively |
# fast. |
configuration = configuration or self.get_option('configuration') |