RESOLVED FIXED 56540
REGRESSION (r81197): Interpreter+JIT build broken
https://bugs.webkit.org/show_bug.cgi?id=56540
Summary REGRESSION (r81197): Interpreter+JIT build broken
David Kilzer (:ddkilzer)
Reported 2011-03-16 23:02:14 PDT
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()'
Attachments
David Kilzer (:ddkilzer)
Comment 1 2011-03-16 23:03:34 PDT
Gavin Barraclough
Comment 2 2011-03-17 13:23:43 PDT
Sorry! I've reverted r81197 in r81380.
David Kilzer (:ddkilzer)
Comment 3 2011-03-17 14:28:56 PDT
(In reply to comment #2) > Sorry! > I've reverted r81197 in r81380. Thanks Gavin!
Note You need to log in before you can comment on or make changes to this bug.