[Webkit-unassigned] [Bug 67907] New: DFGNode.h has macros that indicate the enabling of a feature, but they do not use the ENABLE() idiom.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 11 14:15:33 PDT 2011


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

           Summary: DFGNode.h has macros that indicate the enabling of a
                    feature, but they do not use the ENABLE() idiom.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


WTF has an idiom where C preprocessor macros that indicate whether or not a feature is enabled begin with the ENABLE_ prefix, and are queried using the ENABLE() macro.  DFGNode.h does not use this idiom, even though it should.

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