Bug 151985 - Fix the !ENABLE(DFG_JIT) build after r193649
Summary: Fix the !ENABLE(DFG_JIT) build after r193649
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: InRadar
Depends on:
Blocks: 151954
  Show dependency treegraph
 
Reported: 2015-12-08 02:13 PST by Csaba Osztrogonác
Modified: 2015-12-08 09:35 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.15 KB, patch)
2015-12-08 02:15 PST, 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-12-08 02:13:06 PST
The iter paramter of emitSlow_op_loop_hint became unused after r193649
which caused build failure if DFG JIT is disabled in build time.

( http://trac.webkit.org/changeset/193649/trunk/Source/JavaScriptCore/jit/JITOpcodes.cpp )
Comment 1 Csaba Osztrogonác 2015-12-08 02:15:03 PST
Created attachment 266866 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2015-12-08 08:48:32 PST
<rdar://problem/23802587>
Comment 3 WebKit Commit Bot 2015-12-08 09:35:52 PST
Comment on attachment 266866 [details]
Patch

Clearing flags on attachment: 266866

Committed r193754: <http://trac.webkit.org/changeset/193754>
Comment 4 WebKit Commit Bot 2015-12-08 09:35:56 PST
All reviewed patches have been landed.  Closing bug.