Bug 1172889 - Remove unused nsFrameLoader::mContentParent. r=smaug

This commit is contained in:
Kan-Ru Chen 2015-06-09 17:20:11 +08:00
parent a14ad9e47a
commit ec3584d9e7
2 changed files with 0 additions and 4 deletions

View File

@ -2199,7 +2199,6 @@ nsFrameLoader::TryRemoteBrowser()
return false;
}
mContentParent = mRemoteBrowser->Manager();
mChildID = mRemoteBrowser->Manager()->ChildID();
nsCOMPtr<nsIDocShellTreeItem> rootItem;

View File

@ -363,9 +363,6 @@ private:
// doesn't necessarily correlate with docshell/document visibility.
bool mVisible : 1;
// The ContentParent associated with mRemoteBrowser. This was added as a
// strong ref in bug 545237, and we're not sure if we can get rid of it.
nsRefPtr<mozilla::dom::nsIContentParent> mContentParent;
RenderFrameParent* mCurrentRemoteFrame;
TabParent* mRemoteBrowser;
uint64_t mChildID;