WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
128878
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2014-02-15 18:44:38 PST
Created
attachment 224304
[details]
Cleanup
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
Committed
r164186
: <
http://trac.webkit.org/changeset/164186
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug