Bug 155587 - Make FunctionMode an enum class.
Summary: Make FunctionMode an enum class.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-17 10:15 PDT by Mark Lam
Modified: 2016-03-17 13:39 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch. (4.98 KB, patch)
2016-03-17 10:22 PDT, Mark Lam
saam: review+
Details | Formatted Diff | Diff
patch for landing: fixed Win EWS build failure. (5.92 KB, patch)
2016-03-17 12:17 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2016-03-17 10:15:37 PDT
Patch coming.
Comment 1 Mark Lam 2016-03-17 10:22:33 PDT
Created attachment 274300 [details]
proposed patch.
Comment 2 Mark Lam 2016-03-17 12:17:27 PDT
Created attachment 274311 [details]
patch for landing: fixed Win EWS build failure.

Thanks for the review.  Updated with minor build fixes for errors reported by VC++.
Comment 3 Mark Lam 2016-03-17 13:39:34 PDT
Landed in r198349: <http://trac.webkit.org/r198349>.