RESOLVED FIXED 128916
Rename Document::m_selfOnlyRefCount to m_referencingNodeCount
https://bugs.webkit.org/show_bug.cgi?id=128916
Summary Rename Document::m_selfOnlyRefCount to m_referencingNodeCount
Antti Koivisto
Reported 2014-02-17 10:46:59 PST
Seems more informative.
Attachments
patch (6.57 KB, patch)
2014-02-17 11:50 PST, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2014-02-17 11:50:07 PST
Andreas Kling
Comment 2 2014-02-17 11:59:57 PST
Comment on attachment 224404 [details] patch 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*
Antti Koivisto
Comment 3 2014-02-17 13:16:07 PST
Note You need to log in before you can comment on or make changes to this bug.