mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1110814 followup: Add missing 'override' annotations to new methods in CacheParent. rs=ehsan
This commit is contained in:
parent
8a89e647fd
commit
40d06db594
4
dom/cache/CacheParent.h
vendored
4
dom/cache/CacheParent.h
vendored
@ -32,8 +32,8 @@ public:
|
||||
private:
|
||||
// PCacheParent method
|
||||
virtual void ActorDestroy(ActorDestroyReason aReason) override;
|
||||
virtual PCachePushStreamParent* AllocPCachePushStreamParent();
|
||||
virtual bool DeallocPCachePushStreamParent(PCachePushStreamParent* aActor);
|
||||
virtual PCachePushStreamParent* AllocPCachePushStreamParent() override;
|
||||
virtual bool DeallocPCachePushStreamParent(PCachePushStreamParent* aActor) override;
|
||||
virtual bool RecvTeardown() override;
|
||||
virtual bool
|
||||
RecvMatch(const RequestId& aRequestId, const PCacheRequest& aRequest,
|
||||
|
Loading…
Reference in New Issue
Block a user