[Webkit-unassigned] [Bug 39287] New: REGRESSION(59637): interpreter build broke

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 05:22:04 PDT 2010


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

           Summary: REGRESSION(59637): interpreter build broke
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: ggaren at apple.com, barraclough at apple.com


r59637 broke interpreter build, becauase class NativeExecutable is
declared in #if ENABLE(JIT) block (JavaScriptCore/runtime/Executable.h),
but it is used outside of ENABLE(JIT) block.

error message:
---------------
In file included from ../../../JavaScriptCore/runtime/Identifier.h:24,
from ../../../JavaScriptCore/runtime/Structure.h:29,
from ../../../JavaScriptCore/runtime/JSCell.h:30,
from ../../../JavaScriptCore/runtime/JSAPIValueWrapper.h:26,
from ../../../JavaScriptCore/API/APICast.h:29,
from ../../../JavaScriptCore/API/JSBase.cpp:30:
../../../JavaScriptCore/runtime/JSGlobalData.h:182: error: ‘NativeExecutable’ was not declared in this scope
../../../JavaScriptCore/runtime/JSGlobalData.h:182: error: template argument 1 is invalid
../../../JavaScriptCore/runtime/JSGlobalData.h:182: error: template argument 2 is invalid
../../../JavaScriptCore/runtime/JSGlobalData.h:182: error: template argument 5 is invalid
../../../JavaScriptCore/runtime/JSGlobalData.h:184: error: ‘NativeExecutable’ was not declared in this scope
../../../JavaScriptCore/runtime/JSGlobalData.h:184: error: template argument 1 is invalid
make[1]: *** [obj/release/JSBase.o] Error 1

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