[Webkit-unassigned] [Bug 102451] New: [CoordGfx] Follow coding style on explicit constructors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 17:54:18 PST 2012


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

           Summary: [CoordGfx] Follow coding style on explicit
                    constructors
           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: helder.correia at nokia.com
                CC: noam at webkit.org


Use a constructor to do an implicit conversion when the argument is reasonably thought of as a type conversion and the type conversion is fast. Otherwise, use the explicit keyword or a function returning the type. This only applies to single argument constructors.

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