Bug 94694 - Fix JSC build when DFG-JIT is disabled
Summary: Fix JSC build when DFG-JIT is disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 05:23 PDT by Gabor Ballabas
Modified: 2012-08-22 06:11 PDT (History)
3 users (show)

See Also:


Attachments
Fix (1.17 KB, patch)
2012-08-22 05:27 PDT, Gabor Ballabas
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Ballabas 2012-08-22 05:23:39 PDT
When building JSC with disabled DFG-JIT the following error message occurs:
Source/JavaScriptCore/bytecode/ResolveGlobalStatus.cpp:36:28: error: 'JSC::ResolveGlobalStatus JSC::computeForStructure(JSC::CodeBlock*, JSC::Structure*, JSC::Identifier&)' defined but not used
Comment 1 Gabor Ballabas 2012-08-22 05:27:47 PDT
Created attachment 159910 [details]
Fix
Comment 2 Csaba Osztrogonác 2012-08-22 05:31:23 PDT
Comment on attachment 159910 [details]
Fix

LGTM, r=me
Comment 3 WebKit Review Bot 2012-08-22 06:11:54 PDT
Comment on attachment 159910 [details]
Fix

Clearing flags on attachment: 159910

Committed r126294: <http://trac.webkit.org/changeset/126294>
Comment 4 WebKit Review Bot 2012-08-22 06:11:57 PDT
All reviewed patches have been landed.  Closing bug.