RESOLVED FIXED 144075
Add WK_ARRAY and WK_SET annotations
https://bugs.webkit.org/show_bug.cgi?id=144075
Summary Add WK_ARRAY and WK_SET annotations
Anders Carlsson
Reported 2015-04-22 16:04:01 PDT
Add WK_ARRAY and WK_SET annotations
Attachments
Patch (7.33 KB, patch)
2015-04-22 16:05 PDT, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2015-04-22 16:05:08 PDT
mitz
Comment 2 2015-04-22 16:08:31 PDT
Comment on attachment 251376 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=251376&action=review > Source/WebKit2/mac/postprocess-framework-headers.sh:78 > +OTHER_SED_OPTIONS=(-e 's/WK_SET\(([^\)]+)\)/NSSet/g' -e 's/WK_ARRAY\(([^\)]+)\)/NSArray/g') No need for the captures here
Anders Carlsson
Comment 3 2015-04-22 16:20:28 PDT
Note You need to log in before you can comment on or make changes to this bug.