Bug 149158

Summary: Fix the !ENABLE(DFG_JIT) build after r188696
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, ysuzuki
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 147760    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-09-15 04:11:44 PDT
https://trac.webkit.org/changeset/188696 broke the !ENABLE(DFG_JIT) build:

../../Source/JavaScriptCore/bytecode/GetByIdStatus.cpp: In static member function 'static JSC::GetByIdStatus JSC::GetByIdStatus::computeForStubInfo(const JSC::ConcurrentJITLocker&, JSC::CodeBlock*, JSC::StructureStubInfo*, JSC::CodeOrigin, WTF::UniquedStringImpl*)':
../../Source/JavaScriptCore/bytecode/GetByIdStatus.cpp:129:36: error: 'hasExitSite' is not a member of 'JSC::GetByIdStatus'
Comment 1 Csaba Osztrogonác 2015-09-15 04:17:56 PDT
Created attachment 261185 [details]
Patch
Comment 2 Yusuke Suzuki 2015-09-15 11:58:35 PDT
Comment on attachment 261185 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-09-15 12:47:48 PDT
Comment on attachment 261185 [details]
Patch

Clearing flags on attachment: 261185

Committed r189820: <http://trac.webkit.org/changeset/189820>
Comment 4 WebKit Commit Bot 2015-09-15 12:47:52 PDT
All reviewed patches have been landed.  Closing bug.