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

@@ -4111,13 +4111,6 @@ nsDocShell::InitWindow(nativeWindow aParentNativeWindow,
return NS_OK;
}
NS_IMETHODIMP
nsDocShell::Create() {
// Implementations have been moved to nsDocShell::Initialize
MOZ_DIAGNOSTIC_ASSERT(false);
return NS_ERROR_NULL_POINTER;
}
NS_IMETHODIMP
nsDocShell::Destroy() {
// XXX: We allow this function to be called just once. If you are going to