[Webkit-unassigned] [Bug 76499] New: [EFL] Use static const insted of #define macro.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 17:04:26 PST 2012


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

           Summary: [EFL] Use static const insted of #define macro.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


WebKit coding style prefers const to #define. EFL port needs to use const insted of #define macro. This patch replace global variables defined by #define with const. const keyword can make very slight performance hit. I think we can ignore it.

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