Bug 152214 - [ARM] Add the missing setupArgumentsWithExecState functions after r193974
Summary: [ARM] Add the missing setupArgumentsWithExecState functions after r193974
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 108645 151839
  Show dependency treegraph
 
Reported: 2015-12-12 02:23 PST by Csaba Osztrogonác
Modified: 2015-12-17 22:52 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.70 KB, patch)
2015-12-12 02:25 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-12-12 02:23:56 PST
https://trac.webkit.org/changeset/193974 broke the ARMv7 Linux builds
because of missing setupArgumentsWithExecState implementations:
https://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Thumb2%20Release/builds/16451

Fix is coming.
Comment 1 Csaba Osztrogonác 2015-12-12 02:25:21 PST
Created attachment 267231 [details]
Patch
Comment 2 Mark Lam 2015-12-12 02:34:15 PST
Comment on attachment 267231 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-12-12 03:22:13 PST
Comment on attachment 267231 [details]
Patch

Clearing flags on attachment: 267231

Committed r194007: <http://trac.webkit.org/changeset/194007>
Comment 4 WebKit Commit Bot 2015-12-12 03:22:18 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Csaba Osztrogonác 2015-12-17 22:52:45 PST
(In reply to comment #3)
> Comment on attachment 267231 [details]
> Patch
> 
> Clearing flags on attachment: 267231
> 
> Committed r194007: <http://trac.webkit.org/changeset/194007>

Rolled out by http://trac.webkit.org/changeset/194036 ( unnecessarily :( )
and relanded in https://trac.webkit.org/changeset/194262 to fix the build again.