|
@@ -1502,7 +1502,7 @@ void Node::queue_mutation_record(FlyString const& type, DeprecatedString attribu
|
|
|
// then:
|
|
|
if (!(node.ptr() != this && !options.subtree)
|
|
|
&& !(type == MutationType::attributes && (!options.attributes.has_value() || !options.attributes.value()))
|
|
|
- && !(type == MutationType::attributes && options.attribute_filter.has_value() && (!attribute_namespace.is_null() || !options.attribute_filter->contains_slow(attribute_name)))
|
|
|
+ && !(type == MutationType::attributes && options.attribute_filter.has_value() && (!attribute_namespace.is_null() || !options.attribute_filter->contains_slow(attribute_name.view())))
|
|
|
&& !(type == MutationType::characterData && (!options.character_data.has_value() || !options.character_data.value()))
|
|
|
&& !(type == MutationType::childList && !options.child_list)) {
|
|
|
// 1. Let mo be registered’s observer.
|