mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
AK+Everywhere: Remove "null state" of LexicalPath
This removes the default constructor of LexicalPath, and subsequently modifies all its users to accommodate the change.
This commit is contained in:
parent
4c018909f7
commit
d8be530397
Notes:
sideshowbarker
2024-07-18 11:13:24 +09:00
Author: https://github.com/MaxWipfli
Commit: d8be530397
Pull-request: https://github.com/SerenityOS/serenity/pull/8320
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
10 changed files with 52 additions and 52 deletions
|
@ -149,11 +149,6 @@ TEST_CASE(has_extension)
|
|||
EXPECT(path.has_extension(".png"));
|
||||
}
|
||||
|
||||
{
|
||||
LexicalPath path;
|
||||
EXPECT_EQ(path.has_extension(".png"), false);
|
||||
}
|
||||
|
||||
{
|
||||
LexicalPath path("png");
|
||||
EXPECT_EQ(path.has_extension(".png"), false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue