Files
servo/components
Florian König 4a3ee306db api: WebView::animating should only take a reference to self (#44253)
Fixed that `WebView::animating` takes `self` instead of `&self` as
argument.

Testing: Unsure how this could be tested for, beyond creating a unit
test for each individual function as a sanity check that all parameters
are correct. This seems excessive.
Fixes: #44251

Signed-off-by: Java <javaderg@pm.me>
2026-04-15 22:27:43 +00:00
..