mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LibJS: Remove DeprecatedString usage from SourceCode
This change also requires updates to some users of the SourceCode interface since it no longer use DeprecatedString.
This commit is contained in:
parent
82a152b696
commit
93674e4383
6 changed files with 19 additions and 19 deletions
|
@ -25,7 +25,7 @@ struct SourceRange {
|
|||
Position start;
|
||||
Position end;
|
||||
|
||||
DeprecatedString const& filename() const;
|
||||
DeprecatedString filename() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue