Bug 57994 - Move guardRef functionality back to Document
Summary: Move guardRef functionality back to Document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 52963
  Show dependency treegraph
 
Reported: 2011-04-06 15:28 PDT by Roland Steiner
Modified: 2011-04-06 16:53 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.35 KB, patch)
2011-04-06 16:00 PDT, Roland Steiner
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>