[Webkit-unassigned] [Bug 17125] Acid3 requires Text.replaceWholeText method from DOM Level 3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 00:18:49 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17125





------- Comment #15 from eric at webkit.org  2008-02-08 00:18 PDT -------
Yes, the RefPtr nodeToRemove(n.release()) was bogus.  I'll fix.

I think you're confused about CDATA_SECTION_NODE.  That means its a
CDataSection, which is a subclass of Text (which is a subclass of
CharacterData).

class CDATASection : public Text


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list