Bug 128878

Summary: Remove unused arguments from moveTo(Range*)
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, darin, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 127832    
Attachments:
Description Flags
Cleanup koivisto: review+

Description Ryosuke Niwa 2014-02-15 18:43:46 PST
The second and the third argument of moveTo(Range*, ...) don't seem to be used anywhere.
Just get rid of them.
Comment 1 Ryosuke Niwa 2014-02-15 18:44:38 PST
Created attachment 224304 [details]
Cleanup
Comment 2 Antti Koivisto 2014-02-15 18:58:03 PST
Comment on attachment 224304 [details]
Cleanup

View in context: https://bugs.webkit.org/attachment.cgi?id=224304&action=review

> Source/WebCore/editing/FrameSelection.cpp:155
> +void FrameSelection::moveTo(const Range *r)

you could fix the coding style for Range since you are here
Comment 3 Ryosuke Niwa 2014-02-15 19:02:06 PST
Committed r164186: <http://trac.webkit.org/changeset/164186>