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
138985
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2014-11-21 15:14:30 PST
Created
attachment 242076
[details]
Patch
Andreas Kling
Comment 2
2014-11-21 15:40:29 PST
http://trac.webkit.org/changeset/176478
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