[Webkit-unassigned] [Bug 154211] Change the last RefPtr::get() to release() in String.prototype.normalize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 21 17:01:33 PST 2016


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

--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 271272
  --> https://bugs.webkit.org/attachment.cgi?id=271272
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=271272&action=review

> Source/JavaScriptCore/runtime/StringPrototype.cpp:1922
> +    return jsString(exec, impl.release());

Should be WTFMove, not release, in new code.

-- 
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/20160222/62106160/attachment.html>


More information about the webkit-unassigned mailing list