Bug 130349 - [Mac] getAttributedSubstringFromRange arguments are incorrectly named
Summary: [Mac] getAttributedSubstringFromRange arguments are incorrectly named
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: 2014-03-17 10:21 PDT by Alexey Proskuryakov
Modified: 2014-03-17 13:21 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (6.12 KB, patch)
2014-03-17 10:24 PDT, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-03-17 10:21:37 PDT
We pass range start and end, and implementation treats arguments as such, but they are named location/length.
Comment 1 Alexey Proskuryakov 2014-03-17 10:24:05 PDT
Created attachment 226937 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2014-03-17 13:21:33 PDT
Committed <http://trac.webkit.org/r165750>.