mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
LibWeb+LibJS+Tests: Fix typos - act I
This commit is contained in:
parent
e8213bb86b
commit
b4b8d85251
Notes:
github-actions[bot]
2025-04-07 10:23:14 +00:00
Author: https://github.com/szepeviktor 🔰
Commit: b4b8d85251
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3859
Reviewed-by: https://github.com/AtkinsSJ ✅
9 changed files with 47 additions and 47 deletions
|
@ -2319,7 +2319,7 @@ void Node::queue_mutation_record(FlyString const& type, Optional<FlyString> cons
|
|||
if (interested_observers.is_empty() && !page.listen_for_dom_mutations())
|
||||
return;
|
||||
|
||||
// FIXME: The MutationRecord constructor shuld take an Optional<FlyString> attribute name and namespace
|
||||
// FIXME: The MutationRecord constructor should take an Optional<FlyString> attribute name and namespace
|
||||
Optional<String> string_attribute_name;
|
||||
if (attribute_name.has_value())
|
||||
string_attribute_name = attribute_name->to_string();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue