RESOLVED FIXED 122364
Editor should use reference-getting document() internally.
https://bugs.webkit.org/show_bug.cgi?id=122364
Summary Editor should use reference-getting document() internally.
Andreas Kling
Reported 2013-10-04 17:31:03 PDT
We already have Editor::document() returning a Document& after asserting that m_frame.document() is non-null. Let's use this everywhere instead of clumsily reaching through the pointer.
Attachments
Patch (33.70 KB, patch)
2013-10-04 17:32 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-10-04 17:32:00 PDT
WebKit Commit Bot
Comment 2 2013-10-04 18:04:56 PDT
Comment on attachment 213425 [details] Patch Clearing flags on attachment: 213425 Committed r156938: <http://trac.webkit.org/changeset/156938>
WebKit Commit Bot
Comment 3 2013-10-04 18:04:58 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.