mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
LibWeb: Fix typo (original_relative_time -> origin_relative_time)
This commit is contained in:
parent
a27dd03dcc
commit
8c80d0ee02
4 changed files with 7 additions and 7 deletions
|
@ -30,7 +30,7 @@ WebIDL::ExceptionOr<JS::NonnullGCPtr<DocumentTimeline>> DocumentTimeline::constr
|
|||
}
|
||||
|
||||
// https://www.w3.org/TR/web-animations-1/#ref-for-timeline-time-to-origin-relative-time
|
||||
Optional<double> DocumentTimeline::convert_a_timeline_time_to_an_original_relative_time(Optional<double> timeline_time)
|
||||
Optional<double> DocumentTimeline::convert_a_timeline_time_to_an_origin_relative_time(Optional<double> timeline_time)
|
||||
{
|
||||
// To convert a timeline time, timeline time, to an origin-relative time for a document timeline, timeline, return
|
||||
// the sum of the timeline time and timeline’s origin time. If timeline is inactive, return an unresolved time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue