[Webkit-unassigned] [Bug 38944] New: check-webkit-style gives style error about DEFINE_GLOBAL macro

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 15:50:27 PDT 2010


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

           Summary: check-webkit-style gives style error about
                    DEFINE_GLOBAL macro
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bweinstein at apple.com


JavaScriptCore/wtf/text/StringStatics.cpp:58:  DEFINE_GLOBAL is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]

DEFINE_GLOBAL is a macro, and we have a lot of underscores in other macros, so this is a bug in check-webkit-style.

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