mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 16:30:50 +00:00
AK: Rename StringImpl to ByteStringImpl
StringImpl is very specific to ByteString. Let's rename it to match, to avoid confusion with the StringBase and StringData classes.
This commit is contained in:
parent
0a256b0a9a
commit
3f439efe21
Notes:
github-actions[bot]
2025-04-07 15:45:41 +00:00
Author: https://github.com/trflynn89
Commit: 3f439efe21
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4253
7 changed files with 58 additions and 59 deletions
|
@ -43,6 +43,8 @@ shared_library("AK") {
|
|||
"ByteReader.h",
|
||||
"ByteString.cpp",
|
||||
"ByteString.h",
|
||||
"ByteStringImpl.cpp",
|
||||
"ByteStringImpl.h",
|
||||
"COWVector.h",
|
||||
"CharacterTypes.h",
|
||||
"Checked.h",
|
||||
|
@ -175,8 +177,6 @@ shared_library("AK") {
|
|||
"StringFloatingPointConversions.cpp",
|
||||
"StringFloatingPointConversions.h",
|
||||
"StringHash.h",
|
||||
"StringImpl.cpp",
|
||||
"StringImpl.h",
|
||||
"StringUtils.cpp",
|
||||
"StringUtils.h",
|
||||
"StringView.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue