Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj

This commit is contained in:
Kyle Huey
2016-04-11 11:40:06 -07:00
parent 86ac1649f8
commit 1f6993705a
27 changed files with 41 additions and 41 deletions

View File

@@ -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;