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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |