Bug 63181 - Add a Position constructor that takes (Text*, unsigned offset)
Summary: Add a Position constructor that takes (Text*, unsigned offset)
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: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 63040
  Show dependency treegraph
 
Reported: 2011-06-22 14:17 PDT by Ryosuke Niwa
Modified: 2011-06-22 17:45 PDT (History)
6 users (show)

See Also:


Attachments
Adds a new constructor (13.60 KB, patch)
2011-06-22 14:29 PDT, Ryosuke Niwa
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-06-22 14:17:02 PDT
We should add a new Position constructor that takes Text* and offset so as to replace the one that takes (Node*, int offset, anchorType).
Comment 1 Ryosuke Niwa 2011-06-22 14:29:31 PDT
Created attachment 98243 [details]
Adds a new constructor
Comment 2 Ryosuke Niwa 2011-06-22 17:45:30 PDT
Committed r89505: <http://trac.webkit.org/changeset/89505>