[Webkit-unassigned] [Bug 54871] New: [Qt][V8]REGRESSION(r79157): Fix build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 04:44:01 PST 2011


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

           Summary: [Qt][V8]REGRESSION(r79157): Fix build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Blocker
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


http://trac.webkit.org/changeset/79209 broke Qt-V8 build on Linux, because
Success is a macro from SerializedScriptValue.cpp -> config.h 
-> npruntime_internal.h -> nptypes.h ->npapi.h -> X11/xlib.h  -> X11/X.h :

Status { 
        Success, 
        InputError, 
        JSException, 
        JSFailure 
};

We should undef Success before using it. Patch is coming soon.

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