Bug 30060

Summary: [V8] Fixed Function leak in V8LazyEventListener.
Product: WebKit Reporter: Vitaly Repeshko <vitalyr>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Description Vitaly Repeshko 2009-10-04 09:11:00 PDT
[V8] Fixed Function leak in V8LazyEventListener.
Comment 1 Vitaly Repeshko 2009-10-04 09:18:06 PDT
Created attachment 40596 [details]
patch
Comment 2 Adam Barth 2009-10-04 09:49:55 PDT
Is it safe to share the toString template across all instances?  Does that cause us to share the __proto__ across security origins?
Comment 3 Adam Barth 2009-10-04 09:56:09 PDT
Comment on attachment 40596 [details]
patch

Vitalyr convinced me on chat that sharing the template is fine (we do this for lots of objects).
Comment 4 WebKit Commit Bot 2009-10-04 10:12:45 PDT
Comment on attachment 40596 [details]
patch

Clearing flags on attachment: 40596

Committed r49074: <http://trac.webkit.org/changeset/49074>
Comment 5 WebKit Commit Bot 2009-10-04 10:12:48 PDT
All reviewed patches have been landed.  Closing bug.