[Webkit-unassigned] [Bug 171405] New: Add StringView::toExistingAtomicString()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 27 16:33:45 PDT 2017


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

            Bug ID: 171405
           Summary: Add StringView::toExistingAtomicString()
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: akling at apple.com, darin at apple.com, sam at webkit.org,
                    utatane.tea at gmail.com

As suggested by Darin Adler in bug #170925, comment 7 and echoed by Sam Weinig in bug #170925, comment 14, we should add the convenience function StringView::toExistingAtomicString() to return an existing AtomicStringImpl for the string represented by the StringView if one exists. Returning an existing atomic string is more efficient than creating a new one using StringView::toAtomicString().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170427/1f8c6669/attachment-0001.html>


More information about the webkit-unassigned mailing list