Bug 52696 - Stop instantiating legacy editing positions in previousLinePosition and nextLinePosition
Summary: Stop instantiating legacy editing positions in previousLinePosition and nextL...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 52099
  Show dependency treegraph
 
Reported: 2011-01-18 19:04 PST by Ryosuke Niwa
Modified: 2011-01-18 19:04 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-01-18 19:04:04 PST
previousLinePosition and nextLinePosition are dependent on legacy editing positions but they shouldn't. We should rewrite these two functions to support non-legacy positions.