[webkit-reviews] review granted: [Bug 128916] Rename Document::m_selfOnlyRefCount to m_referencingNodeCount : [Attachment 224404] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 17 12:02:44 PST 2014


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 128916: Rename Document::m_selfOnlyRefCount to m_referencingNodeCount
https://bugs.webkit.org/show_bug.cgi?id=128916

Attachment 224404: patch
https://bugs.webkit.org/attachment.cgi?id=224404&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=224404&action=review


r=me

> Source/WebCore/dom/Document.h:271
> +    void increaseReferencingNodeCount()

increment*

> Source/WebCore/dom/Document.h:277
> +    void decreaseReferencingNodeCount()

decrement*


More information about the webkit-reviews mailing list