[Webkit-unassigned] [Bug 24649] New: Mutable methods on TransformationMatrix should not return a reference to this

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 11:04:26 PDT 2009


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

           Summary: Mutable methods on TransformationMatrix should not
                    return a reference to this
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: cmarrin at apple.com


TransformationMatrix has methods like

TransformationMatrix& multiply(TransformationMatrix&);

This is confusing at the call-site, because it could imply that the method is
immutable, when it's not.

This is actually causing a bug in DOMSVGMatrix, which gets this all wrong.


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