mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Add New as a possible enum variant of ModuleStatus
This commit is contained in:
parent
89ea444967
commit
7c7ca7f230
Notes:
sideshowbarker
2024-07-17 00:53:02 +09:00
Author: https://github.com/networkException
Commit: 7c7ca7f230
Pull-request: https://github.com/SerenityOS/serenity/pull/21700
Issue: https://github.com/SerenityOS/serenity/issues/21009
Reviewed-by: https://github.com/awesomekling
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2022, David Tuin <davidot@serenityos.org>
|
||||
* Copyright (c) 2023, networkException <networkexception@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -12,6 +13,7 @@
|
|||
namespace JS {
|
||||
|
||||
enum class ModuleStatus {
|
||||
New,
|
||||
Unlinked,
|
||||
Linking,
|
||||
Linked,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue