RESOLVED FIXED138985
RenderElement::removeChild() doesn't need a return value.
https://bugs.webkit.org/show_bug.cgi?id=138985
Summary RenderElement::removeChild() doesn't need a return value.
Andreas Kling
Reported 2014-11-21 15:14:00 PST
It looks like nobody uses the return value from RenderElement::removeChild(). Instead of plumbing it through everywhere, we should just remove it. ((Maybe someday, removeChild() could return a smart pointer that owns the renderer that got removed.))
Attachments
Patch (34.72 KB, patch)
2014-11-21 15:14 PST, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2014-11-21 15:14:30 PST
Andreas Kling
Comment 2 2014-11-21 15:40:29 PST
Note You need to log in before you can comment on or make changes to this bug.