mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
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:
parent
b166ec94ae
commit
fdba987b79
5 changed files with 7 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue