Use AtomicStringImpl* in DocumentOrderedMap
Created attachment 208565 [details] Cleanup
Comment on attachment 208565 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=208565&action=review > Source/WebCore/ChangeLog:9 > + Use const AtomicStringImpl* in DocumentOrderedMap. It caught at least one bug that HTMLNameCollection' > + subclasses' nodeMatches were taking const AtomicString& instead of AtomicStringImpl*. I think you should detail this a little more.
Committed r153959: <http://trac.webkit.org/changeset/153959>