Skip to content

Commit

Permalink
Meta: Add BeforeUnloadEvent to the GN build
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Nov 28, 2024
1 parent 310390e commit 7a73548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Meta/gn/secondary/Userland/Libraries/LibWeb/DOM/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ source_set("DOM") {
"AccessibilityTreeNode.cpp",
"AdoptedStyleSheets.cpp",
"Attr.cpp",
"BeforeUnloadEvent.cpp",
"CDATASection.cpp",
"CharacterData.cpp",
"Comment.cpp",
Expand Down
1 change: 1 addition & 0 deletions Meta/gn/secondary/Userland/Libraries/LibWeb/idl_files.gni
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ standard_idl_files = [
"//Userland/Libraries/LibWeb/CSS/VisualViewport.idl",
"//Userland/Libraries/LibWeb/DOM/AbortController.idl",
"//Userland/Libraries/LibWeb/DOM/AbortSignal.idl",
"//Userland/Libraries/LibWeb/DOM/BeforeUnloadEvent.idl",
"//Userland/Libraries/LibWeb/DOM/AbstractRange.idl",
"//Userland/Libraries/LibWeb/DOM/Attr.idl",
"//Userland/Libraries/LibWeb/DOM/CDATASection.idl",
Expand Down

0 comments on commit 7a73548

Please sign in to comment.