Bug 130067 - Resurrect bit-rotted JIT::probe() mechanism.
Summary: Resurrect bit-rotted JIT::probe() mechanism.
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: 2014-03-10 21:29 PDT by Mark Lam
Modified: 2014-03-10 22:12 PDT (History)
7 users (show)

See Also:


Attachments
the patch. (1.02 KB, patch)
2014-03-10 21:32 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2014-03-10 21:29:36 PDT
JITStubs.cpp just needs to #include <wtf/InlineASM.h>.  With that the JIT::probe() mechanism will build again.
Comment 1 Mark Lam 2014-03-10 21:32:30 PDT
Created attachment 226384 [details]
the patch.
Comment 2 Geoffrey Garen 2014-03-10 21:34:58 PDT
Comment on attachment 226384 [details]
the patch.

r=me
Comment 3 WebKit Commit Bot 2014-03-10 22:12:49 PDT
Comment on attachment 226384 [details]
the patch.

Clearing flags on attachment: 226384

Committed r165433: <http://trac.webkit.org/changeset/165433>
Comment 4 WebKit Commit Bot 2014-03-10 22:12:52 PDT
All reviewed patches have been landed.  Closing bug.