Bug 120701 - Editor::m_removedAnchor is unused
Summary: Editor::m_removedAnchor is unused
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-04 14:19 PDT by Alexey Proskuryakov
Modified: 2013-09-04 15:19 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (1.66 KB, patch)
2013-09-04 14:21 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.