mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Compare commits
2 commits
eb50479161
...
a606a4770a
Author | SHA1 | Date | |
---|---|---|---|
|
a606a4770a | ||
|
8f00e2e7f5 |
1 changed files with 4 additions and 4 deletions
|
@ -5203,11 +5203,11 @@ size_t Document::broadcast_active_resize_observations()
|
||||||
shallowest_target_depth = target_depth;
|
shallowest_target_depth = target_depth;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 4. Invoke observer.[[callback]] with entries.
|
// 4. Clear observer.[[activeTargets]].
|
||||||
observer->invoke_callback(entries);
|
|
||||||
|
|
||||||
// 5. Clear observer.[[activeTargets]].
|
|
||||||
observer->active_targets().clear();
|
observer->active_targets().clear();
|
||||||
|
|
||||||
|
// 5. Invoke observer.[[callback]] with entries.
|
||||||
|
observer->invoke_callback(entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
return shallowest_target_depth;
|
return shallowest_target_depth;
|
||||||
|
|
Loading…
Reference in a new issue