1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h

This is being used for more than just time coarsening now, so let's use
the spec's section title for the name.
This commit is contained in:
Linus Groh 2022-10-04 21:30:29 +01:00
parent 4ea6cc56be
commit 32ad939e44
10 changed files with 9 additions and 9 deletions

View file

@ -274,8 +274,8 @@ set(SOURCES
HTML/WorkerGlobalScope.cpp
HTML/WorkerLocation.cpp
HTML/WorkerNavigator.cpp
HighResolutionTime/CoarsenTime.cpp
HighResolutionTime/Performance.cpp
HighResolutionTime/TimeOrigin.cpp
Infra/ByteSequences.cpp
Infra/JSON.cpp
Infra/Strings.cpp