mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1035394 - Fix dangerous public destructors in uriloader - r=smaug
This commit is contained in:
parent
090cc40947
commit
8bcea310b0
@ -65,9 +65,10 @@ public:
|
||||
const bool& aForceSave,
|
||||
const OptionalURIParams& aReferrer,
|
||||
PBrowserParent* aBrowser);
|
||||
virtual ~ExternalHelperAppParent();
|
||||
|
||||
protected:
|
||||
virtual ~ExternalHelperAppParent();
|
||||
|
||||
virtual void ActorDestroy(ActorDestroyReason why) MOZ_OVERRIDE;
|
||||
void Delete();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user