[Webkit-unassigned] [Bug 89751] New: Refactoring RenderTable.cpp for code re-usability

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 02:15:01 PDT 2012


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

           Summary: Refactoring RenderTable.cpp for code re-usability
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arpitabahuguna at gmail.com


In RenderTable::outerBorderAfter() we have code for obtaining the bottom-most or the last RenderTableSection.

The same is now available in the function RenderTable::bottomSection().

Thus bottomSection() method should be called in outerBorderAfter() for getting the bottom-section.

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