[Webkit-unassigned] [Bug 70810] nameNodeListCache should be invalidated when name attribute changes/modified.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 14:43:15 PST 2011


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





--- Comment #16 from Darin Adler <darin at apple.com>  2011-12-07 14:43:14 PST ---
(From update of attachment 118239)
View in context: https://bugs.webkit.org/attachment.cgi?id=118239&action=review

> Source/WebCore/dom/Element.cpp:652
> +    if (old && old->name() == nameAttr)
> +        notifyNodeListsAttributeChanged();

This does not look right. Responses to changes to specific attributes do not normally belong in this function.

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