mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibWeb: Expose NodeFilter on the Window object
This commit is contained in:
parent
8fdf4b43cd
commit
62e3117dfd
Notes:
sideshowbarker
2024-07-17 11:06:06 +09:00
Author: https://github.com/Lubrsi
Commit: 62e3117dfd
Pull-request: https://github.com/SerenityOS/serenity/pull/15835
2 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,7 @@ interface NodeFilter {
|
|||
const unsigned long SHOW_DOCUMENT_FRAGMENT = 0x400;
|
||||
const unsigned long SHOW_NOTATION = 0x800; // legacy
|
||||
|
||||
unsigned short acceptNode(Node node);
|
||||
// FIXME: Uncomment this once NodeFilter is a callback interface.
|
||||
// unsigned short acceptNode(Node node);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue