RESOLVED FIXED 30734
Remove XMLTokenizer::m_currentNodeIsReferenced
https://bugs.webkit.org/show_bug.cgi?id=30734
Summary Remove XMLTokenizer::m_currentNodeIsReferenced
Alexey Proskuryakov
Reported 2009-10-23 17:20:07 PDT
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.
Attachments
proposed fix (4.20 KB, patch)
2009-10-23 17:24 PDT, Alexey Proskuryakov
sam: review+
Alexey Proskuryakov
Comment 1 2009-10-23 17:24:41 PDT
Created attachment 41768 [details] proposed fix
Alexey Proskuryakov
Comment 2 2009-10-23 18:10:49 PDT
Committed revision 50017.
Lucas Forschler
Comment 3 2019-02-06 09:02:57 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.