Update src/browser/dom/mutation_observer.zig

Co-authored-by: Pierre Tachoire <pierre@lightpanda.io>
This commit is contained in:
Karl Seguin
2025-04-25 15:48:46 +08:00
committed by GitHub
parent 4c89bb0e0a
commit f3d7736acf

View File

@@ -218,7 +218,7 @@ const Observer = struct {
record: ?MutationRecord = null, record: ?MutationRecord = null,
// reference back to the MutationObserver so that we can access the arena // reference back to the MutationObserver so that we can access the arena
// and batch the mutation record.s // and batch the mutation records.
mutation_observer: *MutationObserver, mutation_observer: *MutationObserver,
fn appliesTo(o: *const Observer, target: *parser.Node) bool { fn appliesTo(o: *const Observer, target: *parser.Node) bool {