RESOLVED FIXED 211744
Remove some unnecessary indirection when getting Document’s Editor
https://bugs.webkit.org/show_bug.cgi?id=211744
Summary Remove some unnecessary indirection when getting Document’s Editor
Wenson Hsieh
Reported 2020-05-11 13:55:44 PDT
After r261018, there’s no need to go from Document -> Frame -> Editor if we are already sure that the Frame exists; we can simplify this to just Document -> Editor.
Attachments
Patch (17.43 KB, patch)
2020-05-11 14:11 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2020-05-11 14:11:34 PDT
Geoffrey Garen
Comment 2 2020-05-11 14:39:16 PDT
Comment on attachment 399055 [details] Patch r=me
Wenson Hsieh
Comment 3 2020-05-11 15:37:23 PDT
Comment on attachment 399055 [details] Patch Thanks for the review!
EWS
Comment 4 2020-05-11 15:44:33 PDT
Committed r261500: <https://trac.webkit.org/changeset/261500> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399055 [details].
Note You need to log in before you can comment on or make changes to this bug.