Title: [211431] trunk/Tools
- Revision
- 211431
- Author
- [email protected]
- Date
- 2017-01-31 07:49:54 -0800 (Tue, 31 Jan 2017)
Log Message
Unreviewed webkitpy fix after r211405.
* Scripts/webkitpy/xcode/simulator.py:
(Device.launch_app): Remove @staticmethod on _log_debug_error.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (211430 => 211431)
--- trunk/Tools/ChangeLog 2017-01-31 15:33:00 UTC (rev 211430)
+++ trunk/Tools/ChangeLog 2017-01-31 15:49:54 UTC (rev 211431)
@@ -1,3 +1,10 @@
+2017-01-31 Jonathan Bedard <[email protected]>
+
+ Unreviewed webkitpy fix after r211405.
+
+ * Scripts/webkitpy/xcode/simulator.py:
+ (Device.launch_app): Remove @staticmethod on _log_debug_error.
+
2017-01-31 Carlos Garcia Campos <[email protected]>
Unreviewed. Do not include libwebrtc and qunit in GTK+ tarballs.
Modified: trunk/Tools/Scripts/webkitpy/xcode/simulator.py (211430 => 211431)
--- trunk/Tools/Scripts/webkitpy/xcode/simulator.py 2017-01-31 15:33:00 UTC (rev 211430)
+++ trunk/Tools/Scripts/webkitpy/xcode/simulator.py 2017-01-31 15:49:54 UTC (rev 211431)
@@ -276,7 +276,6 @@
environment_to_use[value] = env[value]
# FIXME: This is a workaround for <rdar://problem/30273973>, Racey failure of simctl launch.
- @staticmethod
def _log_debug_error(error):
_log.debug(error.message_with_output())
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes