RESOLVED FIXED 149059
Remove all uses of PassRefPtr in WebCore/accessibility and WebCore/fileapi
https://bugs.webkit.org/show_bug.cgi?id=149059
Summary Remove all uses of PassRefPtr in WebCore/accessibility and WebCore/fileapi
Gyuyoung Kim
Reported 2015-09-11 00:58:18 PDT
SSIA
Attachments
Patch (11.13 KB, patch)
2015-09-11 00:59 PDT, Gyuyoung Kim
no flags
Patch (11.76 KB, patch)
2015-09-11 23:05 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2015-09-11 00:59:57 PDT
Darin Adler
Comment 2 2015-09-11 09:09:11 PDT
Comment on attachment 260993 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=260993&action=review > Source/WebCore/accessibility/AccessibilityObject.cpp:637 > ASSERT(referenceRange); An assertion like this indicates that the argument should be Range&, not Range*.
Gyuyoung Kim
Comment 3 2015-09-11 23:05:10 PDT
Gyuyoung Kim
Comment 4 2015-09-11 23:07:07 PDT
Comment on attachment 260993 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=260993&action=review >> Source/WebCore/accessibility/AccessibilityObject.cpp:637 >> ASSERT(referenceRange); > > An assertion like this indicates that the argument should be Range&, not Range*. Yes, right. However referenceRange is already checked in 650 line. So I move it to here instead of the ASSERTION.
Gyuyoung Kim
Comment 5 2015-09-12 00:59:13 PDT
Comment on attachment 261046 [details] Patch EFL EWS looks like false alarm. cq+ed.
WebKit Commit Bot
Comment 6 2015-09-12 01:46:03 PDT
Comment on attachment 261046 [details] Patch Clearing flags on attachment: 261046 Committed r189650: <http://trac.webkit.org/changeset/189650>
WebKit Commit Bot
Comment 7 2015-09-12 01:46:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.