Bug 268701 - Remove MediaPlayer::invalidTime()
Summary: Remove MediaPlayer::invalidTime()
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-03 15:59 PST by Ahmad Saleem
Modified: 2024-02-05 18:31 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2024-02-03 15:59:40 PST
SSIA

This is just merge of: https://src.chromium.org/viewvc/blink?view=revision&revision=188460

It is clean-up to have one less function and just rely on std::isnan etc.

Thanks!
Comment 1 Ahmad Saleem 2024-02-05 18:31:07 PST
Closed PR - https://github.com/WebKit/WebKit/pull/23816

It was just confusing name and might lead to difficulties to interpretative 'isnan'.