Skip to content

Commit

Permalink
LibWeb: Expose ChildNode methods on the DocumentType IDL interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tcl3 committed Jul 18, 2024
1 parent 9de2488 commit 5efbad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Userland/Libraries/LibWeb/DOM/DocumentType.idl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ interface DocumentType : Node {
readonly attribute DOMString publicId;
readonly attribute DOMString systemId;
};

DocumentType includes ChildNode;

0 comments on commit 5efbad9

Please sign in to comment.