Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
This commit is contained in:
@@ -54,7 +54,7 @@ TimerThread::InitLocks()
|
||||
|
||||
namespace {
|
||||
|
||||
class TimerObserverRunnable : public nsRunnable
|
||||
class TimerObserverRunnable : public Runnable
|
||||
{
|
||||
public:
|
||||
explicit TimerObserverRunnable(nsIObserver* aObserver)
|
||||
|
||||
Reference in New Issue
Block a user