зеркало из https://github.com/mozilla/pjs.git
Semantics of NS_IMPL_THREADSAFE_ISUPPORTS* changed.
Fixing beos tinderbox bustage
This commit is contained in:
Родитель
7adac6233c
Коммит
5335cdf1e7
|
@ -418,7 +418,7 @@ nsresult nsTimerBeOS::Init(PRUint32 aDelay, PRUint32 aType)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS(nsTimerBeOS, kITimerIID);
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS1(nsTimerBeOS, nsITimer);
|
||||
|
||||
|
||||
void nsTimerBeOS::Cancel()
|
||||
|
|
Загрузка…
Ссылка в новой задаче