[Webkit-unassigned] [Bug 56540] New: REGRESSION (r81197): Interpreter+JIT build broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 23:02:14 PDT 2011


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

           Summary: REGRESSION (r81197): Interpreter+JIT build broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: ggaren at apple.com, oliver at apple.com,
                    barraclough at apple.com
        Depends on: 56429


Building both the Interpreter and the JIT broke in r81197 <http://trac.webkit.org/changeset/81197>:

In file included from Source/JavaScriptCore/runtime/JSActivation.h:32,
                 from Source/JavaScriptCore/runtime/ScopeChain.cpp:24:
Source/JavaScriptCore/bytecode/CodeBlock.h:403: error: 'void JSC::CodeBlock::addPropertyAccessInfo(unsigned int, JSC::AccessType)' cannot be overloaded
Source/JavaScriptCore/bytecode/CodeBlock.h:397: error: with 'void JSC::CodeBlock::addPropertyAccessInfo(unsigned int, JSC::AccessType)'
Source/JavaScriptCore/bytecode/CodeBlock.h:406: error: 'void JSC::CodeBlock::addGlobalResolveInfo(unsigned int)' cannot be overloaded
Source/JavaScriptCore/bytecode/CodeBlock.h:398: error: with 'void JSC::CodeBlock::addGlobalResolveInfo(unsigned int)'
Source/JavaScriptCore/bytecode/CodeBlock.h:410: error: 'void JSC::CodeBlock::addCallLinkInfo()' cannot be overloaded
Source/JavaScriptCore/bytecode/CodeBlock.h:399: error: with 'void JSC::CodeBlock::addCallLinkInfo()'

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