Bug 39287

Summary: REGRESSION(59637): interpreter build broke
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, barraclough, eric, ggaren, loki, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
interpreter fix darin: review+

Csaba Osztrogonác
Reported 2010-05-18 05:22:04 PDT
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
Attachments
interpreter fix (4.18 KB, patch)
2010-05-18 07:08 PDT, Gabor Loki
darin: review+
Gabor Loki
Comment 1 2010-05-18 07:08:46 PDT
Created attachment 56370 [details] interpreter fix
Gabor Loki
Comment 2 2010-05-18 11:33:38 PDT
Committed revision 59676.
WebKit Review Bot
Comment 3 2010-05-18 12:09:50 PDT
http://trac.webkit.org/changeset/59676 might have broken Qt Linux ARMv5 Release and Qt Linux ARMv7 Release
Csaba Osztrogonác
Comment 4 2010-05-18 12:12:20 PDT
(In reply to comment #3) > http://trac.webkit.org/changeset/59676 might have broken Qt Linux ARMv5 Release and Qt Linux ARMv7 Release False positive alarm, it caused by slave lost.
Note You need to log in before you can comment on or make changes to this bug.