Summary: | Rename Document::m_selfOnlyRefCount to m_referencingNodeCount | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> | ||||
Component: | DOM | Assignee: | 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
Antti Koivisto
2014-02-17 10:46:59 PST
Created attachment 224404 [details]
patch
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* |