Bug 1653214 - Part 2: Remove nsIBaseWindow::Create; r=nika

Differential Revision: https://phabricator.services.mozilla.com/D83767
This commit is contained in:
Edgar Chen
2020-07-16 20:42:20 +00:00
parent 3e6487ae46
commit a275e72f12
7 changed files with 2 additions and 48 deletions

View File

@@ -440,9 +440,6 @@ nsDocShellTreeOwner::InitWindow(nativeWindow aParentNativeWindow,
return NS_ERROR_NULL_POINTER;
}
NS_IMETHODIMP
nsDocShellTreeOwner::Create() { return NS_ERROR_NULL_POINTER; }
NS_IMETHODIMP
nsDocShellTreeOwner::Destroy() {
nsCOMPtr<nsIWebBrowserChrome> webBrowserChrome = GetWebBrowserChrome();