WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
41471
Refactor destroy() methods in RenderObject, RenderBox, and RenderWidget to share common code
https://bugs.webkit.org/show_bug.cgi?id=41471
Summary
Refactor destroy() methods in RenderObject, RenderBox, and RenderWidget to sh...
Justin Schuh
Reported
2010-07-01 10:59:20 PDT
Right now we have warning comments to instruct people that they need to duplicate common code between RenderObject, RenderBox, and RenderWidget. However, that approach is error prone and screwing it up leads to ugly bugs. We should isolate the common destruction code so that it's more obviously shared between the different modules.
Attachments
Add attachment
proposed patch, testcase, etc.
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