Bug 1706316 - Part 2: Remove nsIBaseWindow::setFocus; r=hsivonen

Depends on D112739

Differential Revision: https://phabricator.services.mozilla.com/D112740
This commit is contained in:
Edgar Chen
2021-05-10 20:05:12 +00:00
parent 92f875c9de
commit 4799099700
7 changed files with 0 additions and 36 deletions

View File

@@ -622,9 +622,6 @@ nsDocShellTreeOwner::GetMainWidget(nsIWidget** aMainWidget) {
return NS_ERROR_NULL_POINTER;
}
NS_IMETHODIMP
nsDocShellTreeOwner::SetFocus() { return NS_ERROR_NULL_POINTER; }
NS_IMETHODIMP
nsDocShellTreeOwner::GetTitle(nsAString& aTitle) {
nsCOMPtr<nsIEmbeddingSiteWindow> ownerWin = GetOwnerWin();