Bug 85020

Summary: Allocating WeakImpl should not trigger GC, as that makes the world very tricksy.
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch barraclough: review+

Description Oliver Hunt 2012-04-26 17:44:13 PDT
Allocating WeakImpl should not trigger GC, as that makes the world very tricksy.
Comment 1 Oliver Hunt 2012-04-26 17:46:28 PDT
Created attachment 139107 [details]
Patch
Comment 2 Oliver Hunt 2012-04-26 17:50:54 PDT
Committed r115391: <http://trac.webkit.org/changeset/115391>