Bug 252894

Summary: [MSE] Make input argument to canPlayThroughRange() const
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: 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
Reported 2023-02-24 03:47:05 PST
Arguments passed by reference without const are generally assumed to be output arguments. This is not the case here. This patch fixes it.
Attachments
Alicia Boya García
Comment 1 2023-02-24 04:28:45 PST
EWS
Comment 2 2023-02-27 04:16:23 PST
Committed 260876@main (2c65a39b4fd6): <https://commits.webkit.org/260876@main> Reviewed commits have been landed. Closing PR #10642 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.