[Webkit-unassigned] [Bug 34190] New: [BREWMP] Remove COMPILE_ASSERT conflict with the underlying PLATFORM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 16:48:43 PST 2010


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

           Summary: [BREWMP] Remove COMPILE_ASSERT conflict with the
                    underlying PLATFORM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


COMPILE_ASSERT conflicts with the underlying PLATFORM because it is defined
both in WTF's Assertions.h and BREWMP's AEEClassIDs.h. Include "AEEClassIDs.h"
in Assertions.h and undef COMPILE_ASSERT to avoid redefining COMPILE_ASSERT.

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