Bug 122364

Summary: Editor should use reference-getting document() internally.
Product: WebKit Reporter: Andreas Kling <kling>
Component: HTML EditingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 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.
Comment 1 Andreas Kling 2013-10-04 17:32:00 PDT
Created attachment 213425 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2013-10-04 18:04:58 PDT
All reviewed patches have been landed.  Closing bug.