Bug 108944 - r141788 won't build due to not having all changes needed by Node* change
Summary: r141788 won't build due to not having all changes needed by Node* change
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-05 07:40 PST by Michael Saboff
Modified: 2013-02-05 07:59 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.08 KB, patch)
2013-02-05 07:47 PST, Michael Saboff
no flags 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-02-05 07:40:18 PST
The change landed in r141788 doesn't have all the changes needed to to work with the recent change landed in <http://trac.webkit.org/changeset/141069>.

There are three instances of integerResult(..., m_compileIndex); that need to change to integerResult(..., node);
Comment 1 Michael Saboff 2013-02-05 07:47:08 PST
Created attachment 186624 [details]
Patch

This patch has already been reviewed.
Comment 2 Michael Saboff 2013-02-05 07:53:53 PST
Committed r141894: <http://trac.webkit.org/changeset/141894>
Comment 3 David Kilzer (:ddkilzer) 2013-02-05 07:59:22 PST
(In reply to comment #1)
> Created an attachment (id=186624) [details]
> Patch
> 
> This patch has already been reviewed.

By me!