Changeset 183449 in webkit
- Timestamp:
- Apr 27, 2015, 8:43:37 PM (10 years ago)
- Location:
- trunk/Source/WebKit/mac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/mac/ChangeLog
r183405 r183449 1 2015-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 1 10 2015-04-27 Brady Eidson <beidson@apple.com> 2 11 -
trunk/Source/WebKit/mac/postprocess-headers.sh
r178753 r183449 29 29 done 30 30 31 if [[ ${PLATFORM_NAME} == mac sox ]]; then31 if [[ ${PLATFORM_NAME} == macosx ]]; then 32 32 sedExpression='s/WEBKIT_((CLASS_|ENUM_)?AVAILABLE|DEPRECATED)/NS_\1/g'; 33 33 else
Note:
See TracChangeset
for help on using the changeset viewer.