[webkit-changes] [WebKit/WebKit] bc3e5e: Drop StringBuilder::characters8() / characters16()

Chris Dumez noreply at github.com
Tue May 14 09:00:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bc3e5e0f80d306a43765fea85247c1a4ad27421a
      https://github.com/WebKit/WebKit/commit/bc3e5e0f80d306a43765fea85247c1a4ad27421a
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/LiteralParser.cpp
    M Source/WTF/wtf/text/StringBuilder.h
    M Tools/TestWebKitAPI/Tests/WTF/StringBuilder.cpp

  Log Message:
  -----------
  Drop StringBuilder::characters8() / characters16()
https://bugs.webkit.org/show_bug.cgi?id=274131

Reviewed by Brady Eidson.

Expose span8() / span16() instead.

* Source/JavaScriptCore/runtime/LiteralParser.cpp:
(JSC::LiteralParser<CharType>::Lexer::lexStringSlow):
* Source/WTF/wtf/text/StringBuilder.h:
(WTF::StringBuilder::span8 const):
(WTF::StringBuilder::span16 const):
(WTF::StringBuilder::characters8 const): Deleted.
(WTF::StringBuilder::characters16 const): Deleted.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list