NEW 120604
Investigate making RenderBox::m_overflow private
https://bugs.webkit.org/show_bug.cgi?id=120604
Summary Investigate making RenderBox::m_overflow private
Andrei Bucur
Reported 2013-09-02 08:06:46 PDT
The main use of having m_overflow protected was calling .clear on the owner OwnPtr. https://bugs.webkit.org/show_bug.cgi?id=116299 will wrap this functionality in a function on RenderBox. Investigate changing the access level for m_overflow to private.
Attachments
Note You need to log in before you can comment on or make changes to this bug.