Bug 136702

Summary: Fix !ENABLE(DFG_JIT) build
Product: WebKit Reporter: Dániel Bátyai <dbatyai.u-szeged>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, mark.lam, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Dániel Bátyai 2014-09-10 06:23:23 PDT
[  7%] Building CXX object Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/llint/LLIntOffsetsExtractor.cpp.o
In file included from /home/webkit/WebKit/Source/JavaScriptCore/bytecode/CallLinkInfo.h:29:0,
                 from /home/webkit/WebKit/Source/JavaScriptCore/bytecode/CodeBlock.h:37,
                 from /home/webkit/WebKit/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:29:
/home/webkit/WebKit/Source/JavaScriptCore/bytecode/CallEdgeProfile.h:104:55: error: 'JSValueRegs' has not been declared
/home/webkit/WebKit/Source/JavaScriptCore/bytecode/CallEdgeProfile.h:108:63: error: 'JSValueRegs' has not been declared
ICECC[28983] 00:01:13: Compiled on 10.109.163.1
make[3]: *** [Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/llint/LLIntOffsetsExtractor.cpp.o] Error 1
Comment 1 Dániel Bátyai 2014-09-10 06:25:38 PDT
Created attachment 237887 [details]
Patch
Comment 2 Michael Saboff 2014-09-10 07:26:04 PDT
Comment on attachment 237887 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-09-10 07:57:59 PDT
Comment on attachment 237887 [details]
Patch

Clearing flags on attachment: 237887

Committed r173460: <http://trac.webkit.org/changeset/173460>
Comment 4 WebKit Commit Bot 2014-09-10 07:58:02 PDT
All reviewed patches have been landed.  Closing bug.