Bug 130349

Summary: [Mac] getAttributedSubstringFromRange arguments are incorrectly named
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: HTML EditingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, enrica
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix thorton: review+

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>.