mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
LibWeb: Return milliseconds from unsafe_shared_current_time()
This was incorrectly changed to returning seconds in fc5cab5, which
meant the time passed to the callbacks of requestAnimationFrame() was
wrong.
This commit is contained in:
Notes:
sideshowbarker
2024-07-16 22:54:10 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/1d999fa780 Pull-request: https://github.com/SerenityOS/serenity/pull/23069 Issue: https://github.com/SerenityOS/serenity/issues/23004
@@ -7,8 +7,8 @@ list instanceof PerformanceObserverEntryList: true
|
||||
allEntries instanceof Array: true
|
||||
allEntries.length === 3: true
|
||||
allEntries[0] === startMark: true
|
||||
allEntries[1] === endMark: true
|
||||
allEntries[2] === measureMark: true
|
||||
allEntries[1] === measureMark: true
|
||||
allEntries[2] === endMark: true
|
||||
markEntries instanceof Array: true
|
||||
markEntries.length === 2: true
|
||||
markEntries[0] === startMark: true
|
||||
|
||||
Reference in New Issue
Block a user