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
Note You need to log in before you can comment on or make changes to this bug.