mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1228456 - add 'override' to the Cancel() method of a nsICancelableRunnable, rs=me
This commit is contained in:
parent
5c8247e321
commit
8ef8a5261b
@ -1625,7 +1625,7 @@ private:
|
||||
}
|
||||
|
||||
NS_IMETHOD
|
||||
Cancel()
|
||||
Cancel() override
|
||||
{
|
||||
MessagePort::ForceClose(mPortIdentifier);
|
||||
return WorkerRunnable::Cancel();
|
||||
|
Loading…
Reference in New Issue
Block a user