Bug 120604

Summary: Investigate making RenderBox::m_overflow private
Product: WebKit Reporter: Andrei Bucur <abucur>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: hyatt, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 116299    
Bug Blocks:    

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.