Skip to content

Commit 4851a16

Browse files
Landobvandersloot-mozilla
authored andcommitted
Bug 1991135: apply code formatting via Lando
# ignore-this-changeset
1 parent 33983e6 commit 4851a16

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docshell/base/nsAboutRedirector.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ static const RedirEntry kRedirMap[] = {
175175
nsIAboutModule::HIDE_FROM_ABOUTABOUT},
176176
{"processes", "chrome://global/content/aboutProcesses.html",
177177
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
178-
{"restricted", "chrome://global/content/aboutRestricted/aboutRestricted.html",
178+
{"restricted",
179+
"chrome://global/content/aboutRestricted/aboutRestricted.html",
179180
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
180181
nsIAboutModule::URI_CAN_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT |
181182
nsIAboutModule::HIDE_FROM_ABOUTABOUT},

docshell/base/nsDocShell.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4130,8 +4130,8 @@ void nsDocShell::DisplayRestrictedContentError() {
41304130
return;
41314131
}
41324132
doc->TerminateParserAndDisableScripts();
4133-
DisplayLoadError(NS_ERROR_RESTRICTED_CONTENT, doc->GetDocumentURI(), nullptr, nullptr,
4134-
&didDisplayLoadError);
4133+
DisplayLoadError(NS_ERROR_RESTRICTED_CONTENT, doc->GetDocumentURI(), nullptr,
4134+
nullptr, &didDisplayLoadError);
41354135
}
41364136

41374137
/* static */

0 commit comments

Comments
 (0)