Bug 120701

Summary: Editor::m_removedAnchor is unused
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: HTML EditingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Alexey Proskuryakov 2013-09-04 14:19:32 PDT
When we have a Node reference in Editor, we should clear it in Editor::clear(). We don't do this for m_removedAnchor, but we don't ever use it al all anyway.
Comment 1 Alexey Proskuryakov 2013-09-04 14:21:04 PDT
Created attachment 210496 [details]
proposed patch
Comment 2 WebKit Commit Bot 2013-09-04 15:19:39 PDT
Comment on attachment 210496 [details]
proposed patch

Clearing flags on attachment: 210496

Committed r155072: <http://trac.webkit.org/changeset/155072>
Comment 3 WebKit Commit Bot 2013-09-04 15:19:41 PDT
All reviewed patches have been landed.  Closing bug.