[Webkit-unassigned] [Bug 71056] New: RenderTableSection::recalcCells should not free its grid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 13:04:49 PDT 2011


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

           Summary: RenderTableSection::recalcCells should not free its
                    grid
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: darin at apple.com


Following bug 70570, recalcCells is now free'ing and reallocating the row vector (m_grid) when it used just to reuse it.

It is wasteful so let's try to get the previous behavior back.

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