Bug 28194 - Custom properties on DOM objects are lost after GC (as demonstrated by the gc-9.html test)
Summary: Custom properties on DOM objects are lost after GC (as demonstrated by the gc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 15:25 PDT by Darin Adler
Modified: 2009-08-12 16:41 PDT (History)
1 user (show)

See Also:


Attachments
patch (45.15 KB, patch)
2009-08-11 18:22 PDT, Darin Adler
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-08-11 15:25:48 PDT
The gc-9.html test shows that custom properties on some DOM objects are lost after GC.
Comment 1 Darin Adler 2009-08-11 18:22:46 PDT
Created attachment 34630 [details]
patch
Comment 2 Geoffrey Garen 2009-08-12 11:00:17 PDT
Comment on attachment 34630 [details]
patch

r=me
Comment 3 Eric Seidel (no email) 2009-08-12 15:39:22 PDT
I'll leave this beauty for Darin to commit.  If he'd rather have the script commit it for him, he can always set commit-queue+ himself.  :)
Comment 4 Darin Adler 2009-08-12 16:41:19 PDT
http://trac.webkit.org/changeset/47165