mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Stop returning the value in HTMLMediaElement::set_current_time
This wasn't actually affecting the result in a script assigning a variable to the result of an expression assigning to currentTime.
This commit is contained in:
parent
14dba82202
commit
418f1575b0
Notes:
github-actions[bot]
2025-10-29 06:23:53 +00:00
Author: https://github.com/Zaggy1024
Commit: 418f1575b0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6626
Reviewed-by: https://github.com/tcl3 ✅
2 changed files with 2 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ public:
|
|||
WebIDL::ExceptionOr<void> load();
|
||||
|
||||
double current_time() const;
|
||||
double set_current_time(double);
|
||||
void set_current_time(double);
|
||||
void fast_seek(double);
|
||||
|
||||
double current_playback_position() const { return m_current_playback_position; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue