Bug 97838 - JSC: fix broken non-JIT build.
Summary: JSC: fix broken non-JIT 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: 2012-09-27 18:18 PDT by Mark Lam
Modified: 2012-09-27 18:44 PDT (History)
2 users (show)

See Also:


Attachments
Fix. (1.20 KB, patch)
2012-09-27 18:22 PDT, Mark Lam
sullivan: 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 2012-09-27 18:18:23 PDT
http://trac.webkit.org/changeset/129774 placed initializeHostCallReturnValue() behind ENABLE(JIT), but did not update JSGlobalData.cpp to reflect this.  This breaks non JIT builds.
Comment 1 Mark Lam 2012-09-27 18:22:20 PDT
Created attachment 166110 [details]
Fix.
Comment 2 Mark Lam 2012-09-27 18:44:18 PDT
Landed in http://trac.webkit.org/changeset/129830.