Bug 143024

Summary: The ExecutionTimeLimit test should use its own JSGlobalContextRef
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. ggaren: review+

Description Mark Lam 2015-03-24 15:47:33 PDT
Currently, the ExecutionTimeLimit test is using a JSGlobalContextRef passed in from testapi.c.  It should create its own for better encapsulation of the test.
Comment 1 Mark Lam 2015-03-24 15:51:59 PDT
Created attachment 249359 [details]
the patch.
Comment 2 Geoffrey Garen 2015-03-24 15:54:42 PDT
Comment on attachment 249359 [details]
the patch.

r=me
Comment 3 Mark Lam 2015-03-24 15:57:59 PDT
Thanks.  Landed in r181914: <http://trac.webkit.org/r181914>.