Changeset 183449 in webkit


Ignore:
Timestamp:
Apr 27, 2015, 8:43:37 PM (10 years ago)
Author:
mitz@apple.com
Message:

<rdar://problem/20721931> REGRESSION (r178753): All legacy framework headers are missing availability annotations
https://bugs.webkit.org/show_bug.cgi?id=144311

Reviewed by Adele Peterson.

  • postprocess-headers.sh: Changed “macsox” to “macosx”.
Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r183405 r183449  
     12015-04-27  Dan Bernstein  <mitz@apple.com>
     2
     3        <rdar://problem/20721931> REGRESSION (r178753): All legacy framework headers are missing availability annotations
     4        https://bugs.webkit.org/show_bug.cgi?id=144311
     5
     6        Reviewed by Adele Peterson.
     7
     8        * postprocess-headers.sh: Changed “macsox” to “macosx”.
     9
    1102015-04-27  Brady Eidson  <beidson@apple.com>
    211
  • trunk/Source/WebKit/mac/postprocess-headers.sh

    r178753 r183449  
    2929    done
    3030
    31     if [[ ${PLATFORM_NAME} == macsox ]]; then
     31    if [[ ${PLATFORM_NAME} == macosx ]]; then
    3232        sedExpression='s/WEBKIT_((CLASS_|ENUM_)?AVAILABLE|DEPRECATED)/NS_\1/g';
    3333    else
Note: See TracChangeset for help on using the changeset viewer.