зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 5fa332822cee (bug 1689052) for causing failures on nsPresContext.cpp. CLOSED TREE
This commit is contained in:
Родитель
8dc5b5c351
Коммит
7127d7e4aa
|
@ -15228,9 +15228,7 @@ void Document::SetContentTypeInternal(const nsACString& aType) {
|
|||
|
||||
nsILoadContext* Document::GetLoadContext() const { return mDocumentContainer; }
|
||||
|
||||
nsIDocShell* Document::GetDocShell() const {
|
||||
return mVisible ? mDocumentContainer : nullptr;
|
||||
}
|
||||
nsIDocShell* Document::GetDocShell() const { return mDocumentContainer; }
|
||||
|
||||
void Document::SetStateObject(nsIStructuredCloneContainer* scContainer) {
|
||||
mStateObjectContainer = scContainer;
|
||||
|
|
Загрузка…
Ссылка в новой задаче