Bug 128916 - Rename Document::m_selfOnlyRefCount to m_referencingNodeCount
Summary: Rename Document::m_selfOnlyRefCount to m_referencingNodeCount
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 10:46 PST by Antti Koivisto
Modified: 2014-02-17 13:16 PST (History)
3 users (show)

See Also:


Attachments
patch (6.57 KB, patch)
2014-02-17 11:50 PST, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

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