Bug 125473 - CStack Branch: Change nativeForGenerator fallBack bool to an enum
Summary: CStack Branch: Change nativeForGenerator fallBack bool to an enum
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-09 16:24 PST by Michael Saboff
Modified: 2013-12-09 16:36 PST (History)
0 users

See Also:


Attachments
Patch for landing (3.42 KB, patch)
2013-12-09 16:31 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-12-09 16:24:38 PST
The "bool fallBack" parameter recently added to nativeForGenerator() should be an enum to convey more information per WebKit coding guidelines.
Comment 1 Michael Saboff 2013-12-09 16:31:00 PST
Created attachment 218810 [details]
Patch for landing

Already reviewed.
Comment 2 Michael Saboff 2013-12-09 16:36:04 PST
Committed r160343: <http://trac.webkit.org/changeset/160343>