Bug 1228456 - add 'override' to the Cancel() method of a nsICancelableRunnable, rs=me

This commit is contained in:
Andrea Marchesini 2016-01-07 18:45:09 +00:00
Родитель 5749c2ed94
Коммит 1e9d936689
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1625,7 +1625,7 @@ private:
}
NS_IMETHOD
Cancel()
Cancel() override
{
MessagePort::ForceClose(mPortIdentifier);
return WorkerRunnable::Cancel();