Bug 139823

Summary: Ref-ify TextIterator API.
Product: WebKit Reporter: Andreas Kling <kling>
Component: HTML EditingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

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+
Andreas Kling
Comment 1 2014-12-19 11:14:10 PST
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
Note You need to log in before you can comment on or make changes to this bug.