зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1035394 - Fix dangerous public destructors in uriloader - r=smaug
This commit is contained in:
Родитель
5c26f530f0
Коммит
460209523f
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче