[Webkit-unassigned] [Bug 120604] New: Investigate making RenderBox::m_overflow private

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 2 08:07:27 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120604

           Summary: Investigate making RenderBox::m_overflow private
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abucur at adobe.com
                CC: hyatt at apple.com, WebkitBugTracker at adobe.com
        Depends on: 116299


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list