Title: [139818] trunk/Tools
- Revision
- 139818
- Author
- rn...@webkit.org
- Date
- 2013-01-15 18:12:33 -0800 (Tue, 15 Jan 2013)
Log Message
Build fix after r139357. The port name of MacWK2EWS should be 'mac-wk2'.
* Scripts/webkitpy/common/config/ports.py:
(MacWK2Port):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (139817 => 139818)
--- trunk/Tools/ChangeLog 2013-01-16 02:06:05 UTC (rev 139817)
+++ trunk/Tools/ChangeLog 2013-01-16 02:12:33 UTC (rev 139818)
@@ -1,3 +1,10 @@
+2013-01-15 Ryosuke Niwa <rn...@webkit.org>
+
+ Build fix after r139357. The port name of MacWK2EWS should be 'mac-wk2'.
+
+ * Scripts/webkitpy/common/config/ports.py:
+ (MacWK2Port):
+
2013-01-15 Alan Cutter <alancut...@chromium.org>
Extend sheriffbot's "help" command to be able to get help on individual commands
Modified: trunk/Tools/Scripts/webkitpy/common/config/ports.py (139817 => 139818)
--- trunk/Tools/Scripts/webkitpy/common/config/ports.py 2013-01-16 02:06:05 UTC (rev 139817)
+++ trunk/Tools/Scripts/webkitpy/common/config/ports.py 2013-01-16 02:12:33 UTC (rev 139818)
@@ -123,7 +123,7 @@
class MacWK2Port(DeprecatedPort):
- port_flag_name = "mac"
+ port_flag_name = "mac-wk2"
def run_webkit_tests_command(self):
command = super(MacWK2Port, self).run_webkit_tests_command()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes