RESOLVED FIXED186396
[Cocoa] Minor ARC tidying of libwebrtc
https://bugs.webkit.org/show_bug.cgi?id=186396
Summary [Cocoa] Minor ARC tidying of libwebrtc
Darin Adler
Reported 2018-06-07 09:09:08 PDT
[Cocoa] Minor ARC tidying of libwebrtc
Attachments
Patch (5.03 KB, patch)
2018-06-07 09:10 PDT, Darin Adler
mitz: review+
Darin Adler
Comment 1 2018-06-07 09:10:36 PDT
Darin Adler
Comment 2 2018-06-07 09:35:47 PDT
Comment on attachment 342173 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=342173&action=review > Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig:13 > CLANG_ENABLE_OBJC_WEAK = YES; Maybe I should also remove CLANG_ENABLE_OBJC_WEAK any time I am adding CLANG_ENABLE_OBJC_ARC since it’s redundant?
mitz
Comment 3 2018-06-07 09:51:44 PDT
(In reply to Darin Adler from comment #2) > Comment on attachment 342173 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=342173&action=review > > > Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig:13 > > CLANG_ENABLE_OBJC_WEAK = YES; > > Maybe I should also remove CLANG_ENABLE_OBJC_WEAK any time I am adding > CLANG_ENABLE_OBJC_ARC since it’s redundant? If we end up opting individual files out of ARC, either temporarily or permanently, we’d still want them to use Objective-C weak.
Darin Adler
Comment 4 2018-06-08 10:43:35 PDT
Anyone willing to review? Everything’s working.
Darin Adler
Comment 5 2018-06-08 15:30:27 PDT
Radar WebKit Bug Importer
Comment 6 2018-06-08 15:31:19 PDT
Note You need to log in before you can comment on or make changes to this bug.