[Webkit-unassigned] [Bug 70810] nameNodeListCache should be invalidated when name attribute changes/modified.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 6 17:06:30 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=70810
--- Comment #13 from Ryosuke Niwa <rniwa at webkit.org> 2011-12-06 17:06:30 PST ---
(From update of attachment 112321)
View in context: https://bugs.webkit.org/attachment.cgi?id=112321&action=review
> Source/WebCore/html/HTMLElement.cpp:205
> + } else if (attr->name() == nameAttr) {
> + notifyNodeListsAttributeChanged();
We should be doing this where enqueueAttributesMutationRecord is called in Element::setAttribute.
--
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