Bug 118144

Summary: Fix the CLoop LLINT build on the FTL branch
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: mhahnenberg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch mhahnenberg: review+

Description Mark Hahnenberg 2013-06-27 12:25:40 PDT
We should probably fix this.
Comment 1 Mark Lam 2013-07-11 16:52:49 PDT
Created attachment 206496 [details]
the patch
Comment 2 Mark Hahnenberg 2013-07-11 16:57:29 PDT
Comment on attachment 206496 [details]
the patch

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

r=me with comment.

> Source/JavaScriptCore/runtime/Structure.cpp:36
> +#include <wtf/CommaPrinter.h>

Do we need this?
Comment 3 Mark Lam 2013-07-11 16:58:28 PDT
(In reply to comment #2)
> (From update of attachment 206496 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=206496&action=review
> 
> r=me with comment.
> 
> > Source/JavaScriptCore/runtime/Structure.cpp:36
> > +#include <wtf/CommaPrinter.h>
> 
> Do we need this?

I added it because the compiler was complaining without it.  So, yes, it's needed.
Comment 4 Mark Hahnenberg 2013-07-11 16:58:57 PDT
(In reply to comment #3)
> (In reply to comment #2)
> > (From update of attachment 206496 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=206496&action=review
> > 
> > r=me with comment.
> > 
> > > Source/JavaScriptCore/runtime/Structure.cpp:36
> > > +#include <wtf/CommaPrinter.h>
> > 
> > Do we need this?
> 
> I added it because the compiler was complaining without it.  So, yes, it's needed.

Fair enough, sounds good!
Comment 5 Mark Lam 2013-07-11 17:01:41 PDT
Landed in r152581: <http://trac.webkit.org/changeset/152581>.