mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibCoredump: Avoid unnecessary conversion to DeprecatedString
This commit is contained in:
parent
fdbdc4d5ff
commit
0fab68ee16
Notes:
sideshowbarker
2024-07-17 08:43:11 +09:00
Author: https://github.com/BenWiederhake
Commit: 0fab68ee16
Pull-request: https://github.com/SerenityOS/serenity/pull/19088
Reviewed-by: https://github.com/ADKaster
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace Coredump {
|
||||
|
||||
OwnPtr<Inspector> Inspector::create(DeprecatedString const& coredump_path, Function<void(float)> on_progress)
|
||||
OwnPtr<Inspector> Inspector::create(StringView coredump_path, Function<void(float)> on_progress)
|
||||
{
|
||||
auto reader = Reader::create(coredump_path);
|
||||
if (!reader)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue