Revert "Fix for one more compilation error."

This reverts commit d3bc79eb5e37cecd5ceda855f5a494f284c1496d.
This commit is contained in:
win7-7 2026-01-28 18:03:04 +02:00 committed by wuggy
commit df3bcbbb38

View file

@ -290,7 +290,7 @@ SlowAsynchronousTaskScheduler::IsScheduled(DependentSlowTask* aTasks,
return false;
}
class SATSTimerTick : public CancelableRunnable
class SATSTimerTick : public nsCancelableRunnable
{
public:
NS_IMETHOD Run()