Bug 252894
| Summary: | [MSE] Make input argument to canPlayThroughRange() const | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | WebKitGTK | Assignee: | Alicia Boya García <aboya> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
Arguments passed by reference without const are generally
assumed to be output arguments. This is not the case here.
This patch fixes it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alicia Boya García
Pull request: https://github.com/WebKit/WebKit/pull/10642
EWS
Committed 260876@main (2c65a39b4fd6): <https://commits.webkit.org/260876@main>
Reviewed commits have been landed. Closing PR #10642 and removing active labels.