[Webkit-unassigned] [Bug 22987] New: Fix for LayoutTests/editing/execCommand/5763082.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 24 15:18:37 PST 2008


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

           Summary: Fix for LayoutTests/editing/execCommand/5763082.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dimich at chromium.org


This test started crashing after r39456 because the function
CompositeEditCommand::mergeIdenticalElements now has PassRefPtr parameters and
passes them into more then one other function, losing their value along the
way. The fix is to store parameters in local RefPtr variables and use those.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list