Bug 116876

Summary: r150199 is very wrong
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Mark Hahnenberg 2013-05-28 11:41:20 PDT
http://trac.webkit.org/changeset/150199 was a result of some mis-read code. We weren't protecting the context, we were protecting the underlying JSValueRef. D'oh!
Comment 1 Mark Hahnenberg 2013-05-28 11:52:36 PDT
Created attachment 203072 [details]
Patch
Comment 2 Mark Hahnenberg 2013-05-28 14:18:32 PDT
Committed r150831: <http://trac.webkit.org/changeset/150831>
Comment 3 Mark Hahnenberg 2013-05-28 14:20:48 PDT
<rdar://problem/14004998>
Comment 4 Geoffrey Garen 2013-05-29 15:00:31 PDT
Eep!