Bug 115831 - Remove Editor::setSelectionOffsets
Summary: Remove Editor::setSelectionOffsets
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:
 
Reported: 2013-05-08 16:52 PDT by Ryosuke Niwa
Modified: 2013-05-08 18:10 PDT (History)
6 users (show)

See Also:


Attachments
Cleanup (2.08 KB, patch)
2013-05-08 16:53 PDT, Ryosuke Niwa
kling: 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 2013-05-08 16:52:28 PDT
Editor::setSelectionOffsets was added in http://trac.webkit.org/changeset/120985 for Chromium Android port.
We can delete this function now that Chromium port is gone.
Comment 1 Ryosuke Niwa 2013-05-08 16:53:31 PDT
Created attachment 201115 [details]
Cleanup
Comment 2 Andreas Kling 2013-05-08 17:06:41 PDT
Comment on attachment 201115 [details]
Cleanup

rs=me
Comment 3 Ryosuke Niwa 2013-05-08 18:10:58 PDT
Committed r149785: <http://trac.webkit.org/changeset/149785>