mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-26 04:02:27 +00:00
Revert "LibWeb: Make "assign slottables for a tree" fast when there are no slots"
This reverts commit adc25af8e2
.
This caused images to stop loading on https://reddit.com/ and needs
more investigation.
This commit is contained in:
parent
67c950b002
commit
b8537f760d
Notes:
github-actions[bot]
2025-02-04 21:29:19 +00:00
Author: https://github.com/awesomekling
Commit: b8537f760d
4 changed files with 11 additions and 49 deletions
|
@ -45,9 +45,6 @@ private:
|
|||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(JS::Cell::Visitor&) override;
|
||||
|
||||
virtual void inserted() override;
|
||||
virtual void removed_from(Node* old_parent, Node& old_root) override;
|
||||
|
||||
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/scripting.html#manually-assigned-nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue