Bug 152214

Summary: [ARM] Add the missing setupArgumentsWithExecState functions after r193974
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, fpizlo, keith_miller, mark.lam, msaboff, ossy, saam
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108645, 151839    
Attachments:
Description Flags
Patch none

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.