Bug 117381 - Fix broken non-DFG build
Summary: Fix broken non-DFG build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-09 00:52 PDT by Mark Lam
Modified: 2013-06-09 12:05 PDT (History)
5 users (show)

See Also:


Attachments
the patch. (17.27 KB, patch)
2013-06-09 00:58 PDT, Mark Lam
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-06-09 00:52:55 PDT
Some bits have gone stale when !ENABLE(DFG_JIT).  A patch to fix this will be uploaded shortly.
Comment 1 Mark Lam 2013-06-09 00:58:50 PDT
Created attachment 204112 [details]
the patch.
Comment 2 Geoffrey Garen 2013-06-09 10:21:38 PDT
Comment on attachment 204112 [details]
the patch.

r=me
Comment 3 Mark Lam 2013-06-09 12:05:42 PDT
Landed in r151354: <http://trac.webkit.org/changeset/151354>.