mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +00:00
LibWeb: Move get_elements_by_name implementation to ParentNode
Previously, we had two implementations of the same function in `Document` and `Element`, which had inadvertantly diverged.
This commit is contained in:
parent
f666d967d6
commit
faf64bfb41
Notes:
github-actions[bot]
2024-07-23 06:59:24 +00:00
Author: https://github.com/tcl3
Commit: faf64bfb41
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/773
6 changed files with 18 additions and 33 deletions
|
@ -249,7 +249,6 @@ public:
|
|||
void schedule_layout_update();
|
||||
|
||||
JS::NonnullGCPtr<HTMLCollection> get_elements_by_name(FlyString const&);
|
||||
JS::NonnullGCPtr<HTMLCollection> get_elements_by_class_name(StringView);
|
||||
|
||||
JS::NonnullGCPtr<HTMLCollection> applets();
|
||||
JS::NonnullGCPtr<HTMLCollection> anchors();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue