mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Merge did_remove_attribute() into attribute_changed()
Instead of having two virtuals for attribute change notifications, there is now only one. When the attribute is removed, the value is null.
This commit is contained in:
parent
5a74486b59
commit
21260ea2ef
Notes:
sideshowbarker
2024-07-17 02:55:44 +09:00
Author: https://github.com/awesomekling
Commit: 21260ea2ef
Pull-request: https://github.com/SerenityOS/serenity/pull/19772
18 changed files with 86 additions and 152 deletions
|
@ -41,7 +41,6 @@ private:
|
|||
virtual JS::ThrowCompletionOr<void> initialize(JS::Realm&) override;
|
||||
|
||||
void attribute_changed(DeprecatedFlyString const& name, DeprecatedString const& value) override;
|
||||
void did_remove_attribute(DeprecatedFlyString const& name) override;
|
||||
|
||||
void ask_for_a_reset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue