Bug 1028588 - Fix dangerous public destructors in docshell/ - r=smaug

This commit is contained in:
Benoit Jacob
2014-06-23 14:49:08 -04:00
parent 016643f7a6
commit 5c8ecd5708
8 changed files with 18 additions and 8 deletions

View File

@@ -430,11 +430,11 @@ public:
mLoadGroup(loadGroup)
{}
~nsPingListener();
nsresult StartTimeout();
private:
~nsPingListener();
bool mRequireSameHost;
nsCOMPtr<nsIContent> mContent;
nsCOMPtr<nsILoadGroup> mLoadGroup;
@@ -8764,6 +8764,8 @@ public:
}
private:
~nsCopyFaviconCallback() {}
nsCOMPtr<nsIURI> mNewURI;
bool mInPrivateBrowsing;
};