RESOLVED FIXED 197122
Use RetainPtr and rename +autocorrectionRectsWithRects:lastRect: to +autocorrectionRectsWithFirstCGRect:lastCGRect:
https://bugs.webkit.org/show_bug.cgi?id=197122
Summary Use RetainPtr and rename +autocorrectionRectsWithRects:lastRect: to +autocorr...
Daniel Bates
Reported 2019-04-19 14:55:31 PDT
Smarter code uses smart pointers :) (Sounded better in my head) and why not rename +autocorrectionRectsWithRects to autocorrectionRectsWithCGRects to make it clear what kinds of rects we expect: CGRects of course!
Attachments
Patch (5.46 KB, patch)
2019-04-19 15:17 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2019-04-19 15:00:57 PDT
I still don't like the name.... +autocorrectionRectsWithCGRects... hmm.
Daniel Bates
Comment 2 2019-04-19 15:02:09 PDT
+autocorrectionRectsWithFirstCGRect:lastCGRect:?
Daniel Bates
Comment 3 2019-04-19 15:17:59 PDT
Created attachment 367841 [details] Patch Went with +autocorrectionRectsWithFirstCGRect:lastCGRect:. It is a bit more verbose than I would like. I would need to understand the purpose of these rects to have a chance at a coming up with a better name I think.
Daniel Bates
Comment 4 2019-04-19 16:49:13 PDT
Comment on attachment 367841 [details] Patch Clearing flags on attachment: 367841 Committed r244474: <https://trac.webkit.org/changeset/244474>
Daniel Bates
Comment 5 2019-04-19 16:49:14 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-04-19 16:50:20 PDT
Note You need to log in before you can comment on or make changes to this bug.