mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 08:35:26 +00:00
Kernel: Remove redundant (K)String::characters() calls
This commit is contained in:
committed by
Andreas Kling
parent
1d2f78682b
commit
2175c689ef
@@ -372,7 +372,7 @@ private:
|
||||
result = pseudo_path_or_error.release_error();
|
||||
return IterationDecision::Break;
|
||||
}
|
||||
fs_object.add("source", pseudo_path_or_error.value()->characters());
|
||||
fs_object.add("source", pseudo_path_or_error.value()->view());
|
||||
} else {
|
||||
fs_object.add("source", "none");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user