Bug 157512 - [JSC] Fix the !ENABLE(DFG_JIT) build
Summary: [JSC] Fix the !ENABLE(DFG_JIT) build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-10 05:16 PDT by Csaba Osztrogonác
Modified: 2016-05-10 09:33 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.17 KB, patch)
2016-05-10 05:19 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 2016-05-10 05:16:29 PDT
../../Source/JavaScriptCore/jit/Repatch.cpp: In function 'void JSC::repatchByIdSelfAccess(JSC::CodeBlock*, JSC::StructureStubInfo&, J
SC::Structure*, JSC::PropertyOffset, const JSC::FunctionPtr&, bool)':
../../Source/JavaScriptCore/jit/Repatch.cpp:98:36: error: invalid use of incomplete type 'class JSC::StructureStubInfo'

If DFG_JIT is enabled, StructureStubInfo.h is included by DFGSpeculativeJIT.h.
We should include it in Repatch.cpp too to avoid this transitive dependency.
Comment 1 Csaba Osztrogonác 2016-05-10 05:19:09 PDT
Created attachment 278487 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-10 09:33:38 PDT
Comment on attachment 278487 [details]
Patch

Clearing flags on attachment: 278487

Committed r200623: <http://trac.webkit.org/changeset/200623>
Comment 3 WebKit Commit Bot 2016-05-10 09:33:42 PDT
All reviewed patches have been landed.  Closing bug.