RESOLVED FIXED 222610
[Cocoa] REGRESSION(r272752): fix some internal builds that use WTFString::WTFString(NSString *)
https://bugs.webkit.org/show_bug.cgi?id=222610
Summary [Cocoa] REGRESSION(r272752): fix some internal builds that use WTFString::WTF...
Blaze Burg
Reported 2021-03-02 11:28:40 PST
.
Attachments
Patch v1.0 (2.57 KB, patch)
2021-03-02 11:38 PST, Blaze Burg
no flags
Patch v1.0 (11.66 KB, patch)
2021-03-02 11:53 PST, Blaze Burg
no flags
Patch (4.85 KB, patch)
2021-03-04 11:33 PST, Alex Christensen
no flags
Patch (4.36 KB, patch)
2021-03-04 19:27 PST, Alex Christensen
no flags
Blaze Burg
Comment 1 2021-03-02 11:29:03 PST
Blaze Burg
Comment 2 2021-03-02 11:38:30 PST
Created attachment 421970 [details] Patch v1.0
EWS Watchlist
Comment 3 2021-03-02 11:39:41 PST
This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)
Blaze Burg
Comment 4 2021-03-02 11:53:11 PST
Created attachment 421973 [details] Patch v1.0
Alex Christensen
Comment 5 2021-03-02 12:03:20 PST
Alex Christensen
Comment 6 2021-03-04 11:33:44 PST
Reopening to attach new patch.
Alex Christensen
Comment 7 2021-03-04 11:33:46 PST
Alex Christensen
Comment 8 2021-03-04 11:40:08 PST
Alex Christensen
Comment 9 2021-03-04 14:06:16 PST
Alex Christensen
Comment 10 2021-03-04 19:23:51 PST
Comment on attachment 422264 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=422264&action=review > Source/JavaScriptCore/inspector/scripts/codegen/objc_generator.py:399 > + return 'fromProtocolString<%s>((__bridge CFStringRef)%s)' % (self.objc_enum_name_for_non_anonymous_enum(parameter.type), name) This is the one that broke the internal build. Will verify everything works without it then recommit
Alex Christensen
Comment 11 2021-03-04 19:27:38 PST
Alex Christensen
Comment 12 2021-03-04 20:17:53 PST
Note You need to log in before you can comment on or make changes to this bug.