[Webkit-unassigned] [Bug 101497] New: Fix enclosingLayoutRect calls in InlineFlowBox.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 11:37:51 PST 2012


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

           Summary: Fix enclosingLayoutRect calls in InlineFlowBox.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org
                CC: eric at webkit.org, leviw at chromium.org
            Blocks: 98062


InlineFlowBox.h used to include LayoutTypesInlineMethods.h which overrid enclosingLayoutRect to call closingIntRect. When we removed the LayoutTypes abstraction we switched these to enclosingIntRect to preserve the behavior. This patch changes these back to enclosingLayoutRect which is the desired behavior.

This might fix bug 98062.

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