diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index 09b0eab195..c9c292f84e 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -33,6 +33,7 @@ shared_library("LibJS") { "Bytecode/Pass/MergeBlocks.cpp", "Bytecode/Pass/PlaceBlocks.cpp", "Bytecode/Pass/UnifySameBlocks.cpp", + "Bytecode/RegexTable.cpp", "Bytecode/StringTable.cpp", "Console.cpp", "Contrib/Test262/AgentObject.cpp",