Bug 166438 - BytecodeGenerator::m_finallyDepth should be unsigned.
Summary: BytecodeGenerator::m_finallyDepth should be unsigned.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-22 15:00 PST by Mark Lam
Modified: 2016-12-22 15:25 PST (History)
4 users (show)

See Also:


Attachments
proposed patch. (3.29 KB, patch)
2016-12-22 15:03 PST, Mark Lam
no flags Details | Formatted Diff | Diff
updated patch. (3.90 KB, patch)
2016-12-22 15:20 PST, Mark Lam
saam: review+
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-12-22 15:00:21 PST
Patch coming.
Comment 1 Mark Lam 2016-12-22 15:03:10 PST
Created attachment 297677 [details]
proposed patch.
Comment 2 Mark Lam 2016-12-22 15:20:03 PST
Created attachment 297682 [details]
updated patch.
Comment 3 Mark Lam 2016-12-22 15:25:17 PST
Thanks for the review.  Landed in r210119: <http://trac.webkit.org/r210119>.