CLOSED FIXED 184789
Enable Objective-C weak references
https://bugs.webkit.org/show_bug.cgi?id=184789
Summary Enable Objective-C weak references
David Kilzer (:ddkilzer)
Reported 2018-04-19 11:58:34 PDT
Enable Objective-C weak references in the WebKit project as a baby step towards enabling ARC. This will let the WebKit project use the 'weak' attribute with Objective-C properties prior to enabling ARC. (Where ARC is already enabled in a couple of test projects, we don't explicitly re-enable weak references as ARC already provides them.)
Attachments
Patch v1 (20.57 KB, patch)
2018-04-19 12:08 PDT, David Kilzer (:ddkilzer)
mitz: review+
Radar WebKit Bug Importer
Comment 1 2018-04-19 11:58:49 PDT
David Kilzer (:ddkilzer)
Comment 2 2018-04-19 12:08:42 PDT
Created attachment 338348 [details] Patch v1
EWS Watchlist
Comment 3 2018-04-19 12:10:16 PDT
Note that there are important steps to take when updating ANGLE. See http://trac.webkit.org/wiki/UpdatingANGLE
David Kilzer (:ddkilzer)
Comment 4 2018-04-19 15:54:14 PDT
Note You need to log in before you can comment on or make changes to this bug.