Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
// This is a nsICancelableRunnable because we can dispatch it to Workers and
|
||||
// those can be shut down at any time, and in these cases, Cancel() is called
|
||||
// instead of Run().
|
||||
class nsTimerEvent : public nsCancelableRunnable
|
||||
class nsTimerEvent : public CancelableRunnable
|
||||
{
|
||||
public:
|
||||
NS_IMETHOD Run() override;
|
||||
|
||||
Reference in New Issue
Block a user