Title: [285131] trunk/Tools
Revision
285131
Author
jbed...@apple.com
Date
2021-11-01 14:24:24 -0700 (Mon, 01 Nov 2021)

Log Message

webkitpy: Remove obsolete port name
https://bugs.webkit.org/show_bug.cgi?id=169302
<rdar://problem/30953024>

Reviewed by Alex Christensen.

Removing a temporary workaround from r213654.

* Scripts/webkitpy/common/config/ports.py:
(DeprecatedPort.port): Remove mapping from 'ios' to 'ios-device.'

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285130 => 285131)


--- trunk/Tools/ChangeLog	2021-11-01 21:04:45 UTC (rev 285130)
+++ trunk/Tools/ChangeLog	2021-11-01 21:24:24 UTC (rev 285131)
@@ -1,3 +1,16 @@
+2021-11-01  Jonathan Bedard  <jbed...@apple.com>
+
+        webkitpy: Remove obsolete port name
+        https://bugs.webkit.org/show_bug.cgi?id=169302
+        <rdar://problem/30953024>
+
+        Reviewed by Alex Christensen.
+
+        Removing a temporary workaround from r213654.
+
+        * Scripts/webkitpy/common/config/ports.py:
+        (DeprecatedPort.port): Remove mapping from 'ios' to 'ios-device.'
+
 2021-11-01  Fujii Hironori  <hironori.fu...@sony.com>
 
         TestWTF.WTF_CompactUniquePtrTuple.Subclassing is randomly failing on WinCairo tester bots

Modified: trunk/Tools/Scripts/webkitpy/common/config/ports.py (285130 => 285131)


--- trunk/Tools/Scripts/webkitpy/common/config/ports.py	2021-11-01 21:04:45 UTC (rev 285130)
+++ trunk/Tools/Scripts/webkitpy/common/config/ports.py	2021-11-01 21:24:24 UTC (rev 285131)
@@ -65,8 +65,6 @@
             "ftw": FTWPort,
             "gtk-wk2": GtkWK2Port,
             "ios-device": IOSPort,
-            # FIXME: https://bugs.webkit.org/show_bug.cgi?id=169302
-            "ios": IOSPort,
             "ios-simulator-wk2": IOSSimulatorWK2Port,
             "jsc-only": JscOnlyPort,
             "mac": MacPort,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to