mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibWeb: Return StringViews from CSS Token bracket-string getters
These don't need to be full Strings, so let's be lightweight.
This commit is contained in:
parent
562594c416
commit
09f7682feb
Notes:
sideshowbarker
2024-07-17 00:26:25 +09:00
Author: https://github.com/AtkinsSJ
Commit: 09f7682feb
Pull-request: https://github.com/SerenityOS/serenity/pull/17440
Reviewed-by: https://github.com/linusg
2 changed files with 20 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2020-2021, the SerenityOS developers.
|
||||
* Copyright (c) 2021-2022, Sam Atkins <atkinssj@serenityos.org>
|
||||
* Copyright (c) 2021-2023, Sam Atkins <atkinssj@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -142,8 +142,8 @@ public:
|
|||
}
|
||||
|
||||
Type mirror_variant() const;
|
||||
DeprecatedString bracket_string() const;
|
||||
DeprecatedString bracket_mirror_string() const;
|
||||
StringView bracket_string() const;
|
||||
StringView bracket_mirror_string() const;
|
||||
|
||||
DeprecatedString to_deprecated_string() const;
|
||||
DeprecatedString to_debug_string() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue