Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
index 63ba31e1c51109345744363c40af4d543b7206db..ab8cf6e3637d05e7ee987f41827d9359bd80e541 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
@@ -657,6 +657,7 @@ class AndroidPort(base.Port): |
return self._host_port.path_to_apache() |
def path_to_apache_config_file(self): |
+ print self._host_port |
Dirk Pranke
2016/10/06 17:48:58
is this change intentional?
qyearsley
2016/10/06 20:15:43
Nope! Now removed.
|
return self._host_port.path_to_apache_config_file() |
def _path_to_driver(self, target=None): |