Bug 125668 - CStack Branch: Add the new assembler/MaxFrameExtentForSlowPathCall.h to build files
Summary: CStack Branch: Add the new assembler/MaxFrameExtentForSlowPathCall.h to build...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 16:49 PST by Michael Saboff
Modified: 2013-12-12 17:29 PST (History)
1 user (show)

See Also:


Attachments
Patch (9.42 KB, patch)
2013-12-12 16:51 PST, Michael Saboff
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2013-12-12 16:49:05 PST
The recently added assemblers/MaxFrameExtentForSlowPathCall.h needs to be added to build files.
Comment 1 Michael Saboff 2013-12-12 16:51:38 PST
Created attachment 219136 [details]
Patch
Comment 2 Mark Lam 2013-12-12 16:53:41 PST
Comment on attachment 219136 [details]
Patch

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

> Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:1348
> -</Project>
>  \ No newline at end of file
> +</Project>

Why this change?  Probably should revert this.
Comment 3 Mark Lam 2013-12-12 16:54:34 PST
(In reply to comment #2)
> (From update of attachment 219136 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=219136&action=review
> 
> > Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:1348
> > -</Project>
> >  \ No newline at end of file
> > +</Project>
> 
> Why this change?  Probably should revert this.

r=me with the above reverted.
Comment 4 Michael Saboff 2013-12-12 17:29:06 PST
Committed r160519: <http://trac.webkit.org/changeset/160519>