RESOLVED FIXED128878
Remove unused arguments from moveTo(Range*)
https://bugs.webkit.org/show_bug.cgi?id=128878
Summary Remove unused arguments from moveTo(Range*)
Ryosuke Niwa
Reported 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.
Attachments
Cleanup (3.54 KB, patch)
2014-02-15 18:44 PST, Ryosuke Niwa
koivisto: review+
Ryosuke Niwa
Comment 1 2014-02-15 18:44:38 PST
Antti Koivisto
Comment 2 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
Ryosuke Niwa
Comment 3 2014-02-15 19:02:06 PST
Note You need to log in before you can comment on or make changes to this bug.