Bug 122839 - Fix broken C Loop LLINT build
Summary: Fix broken C Loop LLINT 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: 122838
  Show dependency treegraph
 
Reported: 2013-10-15 09:33 PDT by Mark Lam
Modified: 2013-10-15 10:00 PDT (History)
5 users (show)

See Also:


Attachments
the patch. (1.48 KB, patch)
2013-10-15 09:52 PDT, Mark Lam
msaboff: 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-10-15 09:33:43 PDT
Recent changes have broken the C Loop LLINT build.  Will fix.
Comment 1 Mark Lam 2013-10-15 09:52:54 PDT
Created attachment 214276 [details]
the patch.
Comment 2 Mark Lam 2013-10-15 09:54:56 PDT
Comment on attachment 214276 [details]
the patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=214276&action=review

> Source/JavaScriptCore/ChangeLog:3
> +        Fix C Loop LLINT broken build.

Will change to "Fix broken C Loop LLINT build".
Comment 3 Mark Lam 2013-10-15 10:00:23 PDT
Thanks for the review.  Landed in r157451: <http://trac.webkit.org/r157451>.