Bug 106910

Summary: Move parent pointer from TreeShared to subclass
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: d-r, fmalita, kling, ojan.autocc, pdr, rniwa, schenney, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch darin: review+

Description Antti Koivisto 2013-01-15 08:26:25 PST
This simplifies TreeShared and makes code dealing with parents more understandable.
Comment 1 Antti Koivisto 2013-01-15 10:03:13 PST
Created attachment 182798 [details]
patch
Comment 2 Darin Adler 2013-01-15 10:05:54 PST
Comment on attachment 182798 [details]
patch

Looks fine. I still hope that some day we can retire the TreeShared class and find a different way to handle reference counting in the trees, and in a way this takes us one small step closer to that.
Comment 3 Antti Koivisto 2013-01-15 10:13:32 PST
http://trac.webkit.org/changeset/139751