Bug 126551 - CStack Branch: Fix nativeForGenerator() for non-X86 platforms
Summary: CStack Branch: Fix nativeForGenerator() for non-X86 platforms
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: 2014-01-06 17:01 PST by Michael Saboff
Modified: 2014-01-06 22:04 PST (History)
0 users

See Also:


Attachments
Patch (5.05 KB, patch)
2014-01-06 17:21 PST, Michael Saboff
ggaren: 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 2014-01-06 17:01:11 PST
The modification to ThunkGenerators.cpp::nativeForGenerator() done for X86 need to be made for all platforms.
Comment 1 Michael Saboff 2014-01-06 17:21:21 PST
Created attachment 220475 [details]
Patch
Comment 2 Geoffrey Garen 2014-01-06 21:29:04 PST
Comment on attachment 220475 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-01-06 22:04:15 PST
Committed r161405: <http://trac.webkit.org/changeset/161405>