On Fri, Jun 15, 2012 at 9:49 AM, Darin Adler <da...@apple.com> wrote:

> On Jun 15, 2012, at 9:47 AM, Ryosuke Niwa wrote:
>
> > // Nodes belonging to this document hold guard references -
> > // these are enough to keep the document from being destroyed, but
> > // not enough to keep it from removing its children. This allows a
> > // node that outlives its document to still have a valid document
> > // pointer without introducing reference cycles.
>
> refDocumentButNotChildren? I guess that makes it sound like the ordinary
> ref calls ref on children.
>

Maybe refToOnlyKeepOwnerDocument or refToKeepOwnerDocument if we're going
that route?

- Ryosuke
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to