Bug 57994

Summary: Move guardRef functionality back to Document
Product: WebKit Reporter: Roland Steiner <rolandsteiner>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, morrita
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 52963    
Attachments:
Description Flags
Patch dglazkov: review+

Description Roland Steiner 2011-04-06 15:28:50 PDT
In https://bugs.webkit.org/show_bug.cgi?id=57689 we extracted scoping functionality from Document into a separate class. This included selfOnlyRef (renamed to guardRef).

Turns out, this was a bit premature - move this functionality back into Document.
Comment 1 Roland Steiner 2011-04-06 16:00:53 PDT
Created attachment 88536 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2011-04-06 16:03:10 PDT
Comment on attachment 88536 [details]
Patch

k.
Comment 3 Roland Steiner 2011-04-06 16:53:06 PDT
Committed r83123: <http://trac.webkit.org/changeset/83123>