Bug 141387

Summary: Fix the !ENABLE(DFG_JIT) build
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-02-09 06:36:52 PST
error:
../../Source/JavaScriptCore/jit/Repatch.cpp: In function 'void JSC::linkPolymorphicCall(JSC::ExecState*, JSC::CallLinkInfo&, JSC::CallVariant, JSC::RegisterPreservationMode)':
../../Source/JavaScriptCore/jit/Repatch.cpp:1867:320: error: 'listDump' was not declared in this scope

If DFG JIT is enabled, wtf/ListDump.h is included by DFGNode.h
Comment 1 Csaba Osztrogonác 2015-02-09 06:48:33 PST
Created attachment 246270 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-09 10:07:50 PST
Comment on attachment 246270 [details]
Patch

Clearing flags on attachment: 246270

Committed r179831: <http://trac.webkit.org/changeset/179831>
Comment 3 WebKit Commit Bot 2015-02-09 10:07:53 PST
All reviewed patches have been landed.  Closing bug.