Bug 128916

Summary: Rename Document::m_selfOnlyRefCount to m_referencingNodeCount
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

Description Antti Koivisto 2014-02-17 10:46:59 PST
Seems more informative.
Comment 1 Antti Koivisto 2014-02-17 11:50:07 PST
Created attachment 224404 [details]
patch
Comment 2 Andreas Kling 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*
Comment 3 Antti Koivisto 2014-02-17 13:16:07 PST
https://trac.webkit.org/r164242