mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
moebius#73: DOM - window.requestIdleCallback - improvements (basic) - follow up
https://github.com/MoonchildProductions/moebius/pull/73
This commit is contained in:
parent
7c9dda85db
commit
da8580c6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ IdleRequest::SetTimeoutHandle(int32_t aHandle)
|
|||
mTimeoutHandle = Some(aHandle);
|
||||
}
|
||||
|
||||
int32_t
|
||||
uint32_t
|
||||
IdleRequest::GetTimeoutHandle() const
|
||||
{
|
||||
MOZ_DIAGNOSTIC_ASSERT(mTimeoutHandle.isSome());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue