RESOLVED FIXED Bug 119700
Use const AtomicStringImpl* in DocumentOrderedMap
https://bugs.webkit.org/show_bug.cgi?id=119700
Summary Use const AtomicStringImpl* in DocumentOrderedMap
Ryosuke Niwa
Reported 2013-08-12 14:37:13 PDT
Use AtomicStringImpl* in DocumentOrderedMap
Attachments
Cleanup (15.36 KB, patch)
2013-08-12 14:41 PDT, Ryosuke Niwa
benjamin: review+
Ryosuke Niwa
Comment 1 2013-08-12 14:41:52 PDT
Benjamin Poulain
Comment 2 2013-08-12 14:46:58 PDT
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.
Ryosuke Niwa
Comment 3 2013-08-12 14:48:50 PDT
Note You need to log in before you can comment on or make changes to this bug.