mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
LibWeb: Remove Document::validate_qualified_name()
This is no longer used and appears to have been removed from the specification.
This commit is contained in:
parent
16dbb44de2
commit
70f9eb9d8f
Notes:
github-actions[bot]
2025-06-19 13:08:05 +00:00
Author: https://github.com/tcl3
Commit: 70f9eb9d8f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5142
Reviewed-by: https://github.com/gmta ✅
2 changed files with 0 additions and 55 deletions
|
@ -567,12 +567,6 @@ public:
|
|||
|
||||
static bool is_valid_name(String const&);
|
||||
|
||||
struct PrefixAndTagName {
|
||||
FlyString prefix;
|
||||
FlyString tag_name;
|
||||
};
|
||||
static WebIDL::ExceptionOr<PrefixAndTagName> validate_qualified_name(JS::Realm&, FlyString const& qualified_name);
|
||||
|
||||
GC::Ref<NodeIterator> create_node_iterator(Node& root, unsigned what_to_show, GC::Ptr<NodeFilter>);
|
||||
GC::Ref<TreeWalker> create_tree_walker(Node& root, unsigned what_to_show, GC::Ptr<NodeFilter>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue