[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:34:28 PDT 2015


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

--- Comment #2 from Darin Adler <darin at apple.com> ---
Another plus of using RefPtr directly is that it will be more natural to pass types like UniquedStringImpl& and UniquedStringImpl*, rather than const RefPtr<UniquedStringImpl>&, and the former is more efficient. In fact, we would eventually rename UniquedStringImpl to UniquedString, once we figure out what to do about the names of WTF::String and WTF::StringImpl. I think we might at some point name WTF::String something crazy like RefPtrString and give StringImpl the simpler name String.

-- 
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/414c507c/attachment.html>


More information about the webkit-unassigned mailing list