Bug 131372

Summary: Refactor to make JSMainThreadExecState's constructor and destructor private
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, mhahnenberg, mmirman, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. mhahnenberg: review+

Description Mark Lam 2014-04-08 10:45:01 PDT
This is in preparation for subsequent patches to ensure that we don't exit the VM with an exception still pending.
Comment 1 Mark Lam 2014-04-08 10:48:49 PDT
Created attachment 228854 [details]
the patch.
Comment 2 Mark Hahnenberg 2014-04-08 10:52:58 PDT
Comment on attachment 228854 [details]
the patch.

r=me
Comment 3 Mark Lam 2014-04-08 12:13:58 PDT
Thanks.  Landed in r166943: <http://trac.webkit.org/r166943>.