Bug 165066

Summary: Fix exception scope verification failures in ReflectObject.cpp.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, ggaren, jfbastien, keith_miller, msaboff, saam, ysuzuki
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 162351    
Attachments:
Description Flags
proposed patch.
mark.lam: review-
proposed patch. saam: review+

Description Mark Lam 2016-11-24 09:26:04 PST
Patch coming.
Comment 1 Mark Lam 2016-11-24 09:31:53 PST
Created attachment 295416 [details]
proposed patch.
Comment 2 Mark Lam 2016-11-24 13:37:24 PST
Comment on attachment 295416 [details]
proposed patch.

It is invalid to replace returning encodedJSValue() with returning { }.  On 32-bit builds, the former is non-zero, while the latter is 0.  Will fix this patch.
Comment 3 Mark Lam 2016-11-25 14:19:09 PST
Created attachment 295431 [details]
proposed patch.
Comment 4 Mark Lam 2016-11-28 14:15:26 PST
Thanks for the review.  Landed in r209015: <http://trac.webkit.org/r209015>.