Added attribute for setting and getting the nsIDocShellTreeOwner.
This commit is contained in:
@@ -366,6 +366,23 @@ NS_IMETHODIMP nsDocShell::SetParent(nsIDocShell* aParent)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsDocShell::GetTreeOwner(nsIDocShellTreeOwner** aTreeOwner)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aTreeOwner);
|
||||
|
||||
//XXXIMPL Implement this!
|
||||
NS_WARN_IF_FALSE(PR_FALSE, "Not Implemented");
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsDocShell::SetTreeOwner(nsIDocShellTreeOwner* aTreeOwner)
|
||||
{
|
||||
//XXXIMPL Implement this!
|
||||
NS_WARN_IF_FALSE(PR_FALSE, "Not Implemented");
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsDocShell::GetParentURIContentListener(nsIURIContentListener**
|
||||
aParent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user