[Webkit-unassigned] [Bug 31968] New: Document::incDOMTreeVersion() and domTreeVersion() need documentation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Nov 29 17:17:34 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31968
Summary: Document::incDOMTreeVersion() and domTreeVersion()
need documentation
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
CC: mjs at apple.com, darin at apple.com
Document::incDOMTreeVersion() and domTreeVersion() need documentation
void incDOMTreeVersion() { ++m_domtree_version; }
unsigned domTreeVersion() const { return m_domtree_version; }
I have no idea when these are supposed to be called, or if we're calling them
in all the places we should be. Document.h needs to document these methods.
They were added by mjs in http://trac.webkit.org/changeset/8037
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list