Bug 144075 - Add WK_ARRAY and WK_SET annotations
Summary: Add WK_ARRAY and WK_SET annotations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-22 16:04 PDT by Anders Carlsson
Modified: 2015-04-22 16:20 PDT (History)
0 users

See Also:


Attachments
Patch (7.33 KB, patch)
2015-04-22 16:05 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-04-22 16:04:01 PDT
Add WK_ARRAY and WK_SET annotations
Comment 1 Anders Carlsson 2015-04-22 16:05:08 PDT
Created attachment 251376 [details]
Patch
Comment 2 mitz 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
Comment 3 Anders Carlsson 2015-04-22 16:20:28 PDT
Committed r183152: <http://trac.webkit.org/changeset/183152>