[Webkit-unassigned] [Bug 110121] New: Remove unnecessary (and problematic) copy-constructor from LayoutUnit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 18 07:54:35 PST 2013


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

           Summary: Remove unnecessary (and problematic) copy-constructor
                    from LayoutUnit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mstensho at opera.com


This copy constructor does what a default copy constructor would do, so it's not necessary. Furthermore, this copy constructor is the only reason why LayoutUnit becomes non-POD, and that triggers a gdb bug, making it impossible to do things like "print location()" when inside some RenderBlock, for instance. Gdb bug http://sourceware.org/bugzilla/show_bug.cgi?id=15154 reported on that.

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