mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
LibWeb: Remove DeprecatedString support from {Child,Parent}Node
No interface pulls this in that requires DeprecatedString support.
This commit is contained in:
parent
d818bbf918
commit
57d7637b59
5 changed files with 0 additions and 52 deletions
|
@ -113,21 +113,6 @@ public:
|
|||
node->remove();
|
||||
}
|
||||
|
||||
WebIDL::ExceptionOr<void> before(Vector<Variant<JS::Handle<Node>, DeprecatedString>> const& nodes)
|
||||
{
|
||||
return before(from_deprecated_nodes(nodes));
|
||||
}
|
||||
|
||||
WebIDL::ExceptionOr<void> after(Vector<Variant<JS::Handle<Node>, DeprecatedString>> const& nodes)
|
||||
{
|
||||
return after(from_deprecated_nodes(nodes));
|
||||
}
|
||||
|
||||
WebIDL::ExceptionOr<void> replace_with(Vector<Variant<JS::Handle<Node>, DeprecatedString>> const& nodes)
|
||||
{
|
||||
return replace_with(from_deprecated_nodes(nodes));
|
||||
}
|
||||
|
||||
protected:
|
||||
ChildNode() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue