[Webkit-unassigned] [Bug 103159] New: Removing unnecessary RenderBox friend access in RenderObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 12:50:38 PST 2012


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

           Summary: Removing unnecessary RenderBox friend access in
                    RenderObject
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: savagobr at yahoo.com


RenderObject has several classes marked as friend, thus allowing full access to its private and protected members. Between those friends, one of them (RenderBox) is actually derived from it indirectly and is not accessing its forefather private data members/functions.

This patch removes the unnecessary friend keyword from RenderObject.

-- 
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