mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Everywhere: Rename serenity_main to ladybird_main
No functional changes.
This commit is contained in:
committed by
Tim Flynn
parent
af671f58ed
commit
ead0a2c78a
Notes:
github-actions[bot]
2025-07-08 13:18:23 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/ead0a2c78a3 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5349
@@ -714,7 +714,7 @@ static ErrorOr<int> run_tests(Core::AnonymousBuffer const& theme, Web::DevicePix
|
||||
|
||||
}
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
ErrorOr<int> ladybird_main(Main::Arguments arguments)
|
||||
{
|
||||
#if defined(LADYBIRD_BINARY_PATH)
|
||||
auto app = TRY(TestWeb::Application::create(arguments, LADYBIRD_BINARY_PATH));
|
||||
|
||||
Reference in New Issue
Block a user