Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0a0fdf90f82f7457cf030541a55c249443805005
      
https://github.com/WebKit/WebKit/commit/0a0fdf90f82f7457cf030541a55c249443805005
  Author: Chris Dumez <[email protected]>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSString.cpp

  Log Message:
  -----------
  Regression(262103@main) JSRopeString::resolveRopeToAtomString() no longer 
reports extra memory
https://bugs.webkit.org/show_bug.cgi?id=254474

Reviewed by Yusuke Suzuki.

JSRopeString::resolveRopeToAtomString() no longer reports extra memory since 
262103@main.
Because we're holding the resolved rope as an AtomString, 
`valueInternal().impl()->hasOneRef()`
could never be true.

* Source/JavaScriptCore/runtime/JSString.cpp:
(JSC::JSRopeString::resolveRopeToAtomString const):

Canonical link: https://commits.webkit.org/262158@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to