Bug 77104 - Fix build when VERBOSE_SPECULATION_FAILURE is enabled in DFG
Summary: Fix build when VERBOSE_SPECULATION_FAILURE is enabled in DFG
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Peter Varga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 08:26 PST by Peter Varga
Modified: 2012-01-26 14:55 PST (History)
5 users (show)

See Also:


Attachments
proposed patch (1.59 KB, patch)
2012-01-26 08:29 PST, Peter Varga
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Varga 2012-01-26 08:26:18 PST
The following failure occurs during compilation when VERBOSE_SPECULATION_FAILURE macro is enabled:
../../../../Source/JavaScriptCore/dfg/DFGOperations.cpp: In function 'void JSC::DFG::debugOperationPrintSpeculationFailure(JSC::ExecState*, void*)':
../../../../Source/JavaScriptCore/dfg/DFGOperations.cpp:1014: error: 'exec' was not declared in this scope
Comment 1 Peter Varga 2012-01-26 08:29:00 PST
Created attachment 124120 [details]
proposed patch

Add missing exec to the parameter list.
Comment 2 Jessie Berlin 2012-01-26 08:45:58 PST
Build fixes like this can be checked in without review.
Comment 3 Filip Pizlo 2012-01-26 14:13:58 PST
Comment on attachment 124120 [details]
proposed patch

R=me.  As Jessie said, you're welcome to commit changes like this without review!
Comment 4 WebKit Review Bot 2012-01-26 14:55:41 PST
Comment on attachment 124120 [details]
proposed patch

Clearing flags on attachment: 124120

Committed r106049: <http://trac.webkit.org/changeset/106049>
Comment 5 WebKit Review Bot 2012-01-26 14:55:45 PST
All reviewed patches have been landed.  Closing bug.