[Webkit-unassigned] [Bug 42021] isEqualNode should work for DocumentType nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 10 08:10:50 PDT 2010


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





--- Comment #2 from Andreas Kling <andreas.kling at nokia.com>  2010-07-10 08:10:50 PST ---
(From update of attachment 61143)
>WebCore/dom/Node.cpp:1795
> +          NamedNodeMap* othereEntities = documentTypeOther->entities();
Variable name should be 'otherEntities'

>WebCore/dom/Node.cpp:1798
> +          if (entities && entities->mapsEquivalent(othereEntities))
> +              return false;
This looks wrong. Shouldn't it be "if (entities && !entities->mapsEquivalent(othereEntities))"?

Same two comments for the 'notations' section below.

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