Bug 1865995 p2. Rename ContentViewerType to match nsIDocumentViewer's new name. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D194336
This commit is contained in:
Jonathan Watt
2023-11-23 21:35:19 +00:00
parent fa05092be7
commit 592186529c
3 changed files with 4 additions and 4 deletions

View File

@@ -7016,7 +7016,7 @@ bool nsContentUtils::IsSystemOrPDFJS(JSContext* aCx, JSObject*) {
already_AddRefed<nsIDocumentLoaderFactory>
nsContentUtils::FindInternalDocumentViewer(const nsACString& aType,
ContentViewerType* aLoaderType) {
DocumentViewerType* aLoaderType) {
if (aLoaderType) {
*aLoaderType = TYPE_UNSUPPORTED;
}