[Webkit-unassigned] [Bug 123908] New: LLInt (no JIT) doesn't build in JITExceptions.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 6 11:45:37 PST 2013


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

           Summary: LLInt (no JIT) doesn't build in JITExceptions.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ralpht+bugs at gmail.com
                CC: msaboff at apple.com


FAILED: /usr/bin/c++ ... Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/jit/JITExceptions.cpp.o -MF "Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/jit/JITExceptions.cpp.o.d" -o Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/jit/JITExceptions.cpp.o -c ../../Source/JavaScriptCore/jit/JITExceptions.cpp
../../Source/JavaScriptCore/jit/JITExceptions.cpp: In function ‘void JSC::genericUnwind(JSC::VM*, JSC::ExecState*, JSC::JSValue)’:
../../Source/JavaScriptCore/jit/JITExceptions.cpp:52:28: error: ‘class JSC::VM’ has no member named ‘getCTIStub’
         catchRoutine = vm->getCTIStub(throwNotCaught).code().executableAddress();
                            ^
../../Source/JavaScriptCore/jit/JITExceptions.cpp:52:39: error: ‘throwNotCaught’ was not declared in this scope
         catchRoutine = vm->getCTIStub(throwNotCaught).code().executableAddress();
                                       ^
ninja: build stopped: subcommand failed.

This was caused by https://bugs.webkit.org/show_bug.cgi?id=123844 committed in r158751.

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