Bug 149158 - Fix the !ENABLE(DFG_JIT) build after r188696
Summary: Fix the !ENABLE(DFG_JIT) build after r188696
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 147760
  Show dependency treegraph
 
Reported: 2015-09-15 04:11 PDT by Csaba Osztrogonác
Modified: 2015-09-15 12:47 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.48 KB, patch)
2015-09-15 04:17 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.