Bug 1569262 - Rename nsIDocShellTreeItem::GetRootTreeItem to GetInProcessRootTreeItem for Fission marking. r=nika

Differential Revision: https://phabricator.services.mozilla.com/D41064
This commit is contained in:
Kannan Vijayan
2019-08-07 19:24:00 +00:00
parent d29860d662
commit c110dbe443
19 changed files with 30 additions and 28 deletions

View File

@@ -2782,7 +2782,7 @@ nsDocShell::GetSameTypeParentIgnoreBrowserBoundaries(nsIDocShell** aParent) {
}
NS_IMETHODIMP
nsDocShell::GetRootTreeItem(nsIDocShellTreeItem** aRootTreeItem) {
nsDocShell::GetInProcessRootTreeItem(nsIDocShellTreeItem** aRootTreeItem) {
NS_ENSURE_ARG_POINTER(aRootTreeItem);
RefPtr<nsDocShell> root = this;