Bug 165096 - Fix exception scope verification failures in runtime/Weak* files.
Summary: Fix exception scope verification failures in runtime/Weak* files.
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: 162351
  Show dependency treegraph
 
Reported: 2016-11-28 10:31 PST by Mark Lam
Modified: 2016-11-28 14:40 PST (History)
8 users (show)

See Also:


Attachments
proposed patch. (4.36 KB, patch)
2016-11-28 10:46 PST, Mark Lam
ggaren: 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-11-28 10:31:37 PST
Patch coming.
Comment 1 Mark Lam 2016-11-28 10:46:53 PST
Created attachment 295502 [details]
proposed patch.
Comment 2 Mark Lam 2016-11-28 12:21:42 PST
Comment on attachment 295502 [details]
proposed patch.

This patch has passed the JSC tests locally.  It's ready for a review.
Comment 3 Geoffrey Garen 2016-11-28 12:28:08 PST
Comment on attachment 295502 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2016-11-28 14:40:02 PST
Thanks for the review.  Landed in r209023: <http://trac.webkit.org/r209023>.