[Webkit-unassigned] [Bug 145002] Fix the incorrectness that AtomicString could have symbolic StringImpl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 08:32:18 PDT 2015


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

--- Comment #1 from Darin Adler <darin at apple.com> ---
(In reply to comment #0)
> + Since there's code using `operator==` for AtomicString, rewriting is not
> mechanical.

I don’t understand the problem here.

One of the properties of AtomicString is that == is the same operation for AtomicString, for AtomicStringImpl*, and for RefPtr<AtomicStringImpl>. Unlike String, where String's == compares the characters, but StringImpl* and RefPtr<StringImpl> are not the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150519/f4139817/attachment.html>


More information about the webkit-unassigned mailing list