Bug 131372 - Refactor to make JSMainThreadExecState's constructor and destructor private
Summary: Refactor to make JSMainThreadExecState's constructor and destructor private
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-08 10:45 PDT by Mark Lam
Modified: 2014-04-08 12:13 PDT (History)
6 users (show)

See Also:


Attachments
the patch. (2.72 KB, patch)
2014-04-08 10:48 PDT, Mark Lam
mhahnenberg: 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 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>.