[Webkit-unassigned] [Bug 39626] New: WebCorePrefix.h should not include wtf/UnusedParam.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 16:35:14 PDT 2010


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

           Summary: WebCorePrefix.h should not include wtf/UnusedParam.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: mark at chromium.org, victorw at chromium.org,
                    jamesr at chromium.org


WebCorePrefix.h should not include wtf/UnusedParam.h

This causes confusion like:
https://bugs.webkit.org/show_bug.cgi?id=39623#c5

Chromium doesn't use a prefix header so that they can support distcc 3 push mode which doesn't support prefix headers (but is much much faster than distcc 2).

Until Apple's XCode supports distcc 3 push mode (which it might soon?) the rest of WebKit maybe doesn't care, but removing this one include would make this type of failure less common.

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