Changeset 221089 in webkit


Ignore:
Timestamp:
Aug 23, 2017 11:35:15 AM (7 years ago)
Author:
Jonathan Bedard
Message:

Access expectations path through apple_additions
https://bugs.webkit.org/show_bug.cgi?id=174800
<rdar://problem/33498899>

Unreviewed follow-up fix for r221087.

  • Scripts/webkitpy/port/ios.py:

(IOSPort._apple_additions_path): Use iOS mapping instead of Mac mapping.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r221087 r221089  
     12017-08-23  Jonathan Bedard  <jbedard@apple.com>
     2
     3        Access expectations path through apple_additions
     4        https://bugs.webkit.org/show_bug.cgi?id=174800
     5        <rdar://problem/33498899>
     6
     7        Unreviewed follow-up fix for r221087.
     8
     9        * Scripts/webkitpy/port/ios.py:
     10        (IOSPort._apple_additions_path): Use iOS mapping instead of Mac mapping.
     11
    1122017-08-23  Jonathan Bedard  <jbedard@apple.com>
    213
  • trunk/Tools/Scripts/webkitpy/port/ios.py

    r221087 r221089  
    9797                os_index -= 1
    9898        if split_name[os_index] != split_name[0]:
    99             os_name = apple_additions().mac_os_name(split_name[os_index])
     99            os_name = apple_additions().ios_os_name(split_name[os_index])
    100100            if not os_name:
    101101                return None
Note: See TracChangeset for help on using the changeset viewer.