Skip to content

api: WebView::animating should only take a reference to self#44253

Merged
jdm merged 1 commit into
servo:mainfrom
JavaDerg:issue-44251
Apr 15, 2026
Merged

api: WebView::animating should only take a reference to self#44253
jdm merged 1 commit into
servo:mainfrom
JavaDerg:issue-44251

Conversation

@JavaDerg

Copy link
Copy Markdown
Contributor

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

@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Apr 15, 2026
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Apr 15, 2026
@jdm jdm added this pull request to the merge queue Apr 15, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Apr 15, 2026
Merged via the queue into servo:main with commit 4a3ee30 Apr 15, 2026
33 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WebView::animating takes self instead of &self

3 participants