mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
parent
33294aea86
commit
3a8c81a460
Notes:
sideshowbarker
2024-07-16 21:42:29 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/3a8c81a460 Pull-request: https://github.com/SerenityOS/serenity/pull/23535 Issue: https://github.com/SerenityOS/serenity/issues/23527 Reviewed-by: https://github.com/kalenikaliaksandr ✅
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ source_set("DOM") {
|
|||
"AbortSignal.cpp",
|
||||
"AbstractRange.cpp",
|
||||
"AccessibilityTreeNode.cpp",
|
||||
"AdoptedStyleSheets.cpp",
|
||||
"Attr.cpp",
|
||||
"CDATASection.cpp",
|
||||
"CharacterData.cpp",
|
||||
|
|
|
@ -6,6 +6,7 @@ source_set("WebIDL") {
|
|||
"Buffers.cpp",
|
||||
"CallbackType.cpp",
|
||||
"DOMException.cpp",
|
||||
"ObservableArray.cpp",
|
||||
"OverloadResolution.cpp",
|
||||
"Promise.cpp",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue