[Webkit-unassigned] [Bug 28337] New: Fix build for ports which don't enable JIT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 15 01:29:21 PDT 2009


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

           Summary: Fix build for ports which don't enable JIT.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.maxime at gmail.com


In changeset 47304 a new header were introduced, Executable.h.
When compiling a port which doesn't support JIT it fails on this header because
the JITCode& jitCode() function isn't surrounded by "#if ENABLE(JIT) … #endif".

Maxime

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