Explorar o código

LibWeb: Add New as a possible enum variant of ModuleStatus

networkException hai 1 ano
pai
achega
7c7ca7f230
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Userland/Libraries/LibJS/CyclicModule.h

+ 2 - 0
Userland/Libraries/LibJS/CyclicModule.h

@@ -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,