[Webkit-unassigned] [Bug 30734] New: Remove XMLTokenizer::m_currentNodeIsReferenced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 17:20:09 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30734

           Summary: Remove XMLTokenizer::m_currentNodeIsReferenced
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


XMLTokenizer references the current node unless it's the document itself. I
don't think there's any need to track that as a boolean.

This is in preparation to making XMLTokenizer remember the stack of parents, as
node->parent() may be inaccurate if DOM manipulations were performed by a
script.

-- 
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