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
139823
Ref-ify TextIterator API.
https://bugs.webkit.org/show_bug.cgi?id=139823
Summary
Ref-ify TextIterator API.
Andreas Kling
Reported
2014-12-19 11:12:14 PST
Ref-ify TextIterator API.
Attachments
Patch
(15.37 KB, patch)
2014-12-19 11:14 PST
,
Andreas Kling
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2014-12-19 11:14:10 PST
Created
attachment 243560
[details]
Patch
Antti Koivisto
Comment 2
2014-12-19 11:16:44 PST
Comment on
attachment 243560
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=243560&action=review
> Source/WebCore/editing/TextIterator.cpp:1406 > - RefPtr<Range> r = m_underlyingIterator.range(); > + Ref<Range> r = m_underlyingIterator.range();
please fix this to use a proper variable name
Andreas Kling
Comment 3
2014-12-19 11:48:14 PST
Committed
r177588
: <
http://trac.webkit.org/changeset/177588
>
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