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
parent 5c8247e321
commit 8ef8a5261b

View File

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