Trying adjust some functions. nsIEventTarget does not exists until later due xpcom changes that are not ported.

Trying adjust some functions. nsIEventTarget does not exists until later due xpcom changes that are not ported.
This commit is contained in:
win7-7 2024-05-19 01:02:57 +03:00 committed by wuggy
commit fdba987b79
5 changed files with 7 additions and 13 deletions

View file

@ -304,7 +304,7 @@ public:
runnable->Run();
}
void SetTimer(uint32_t aDelay, nsIEventTarget* aTarget)
void SetTimer(uint32_t aDelay, nsIThread* aTarget)
{
MOZ_ASSERT(aTarget);
MOZ_ASSERT(!mTimer);