[Webkit-unassigned] [Bug 47179] New: Don't include JavaScriptCore/config.h from command line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 08:11:17 PDT 2010


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

           Summary: Don't include JavaScriptCore/config.h from command
                    line
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kristianm at google.com


JavaScriptCore/config.h were included from WebCorePrefix.h. This is included on the command line, which means it is included before any content in a cpp file. It also violates the rules in WebCorePrefix.h

Moving the include to WebCore/config.h, so if one is included both will be.

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