Only bundle NullL10n in GENERIC builds (bug 1859818)

This commit is contained in:
Jonas Jenwald 2023-10-18 20:13:10 +02:00
parent f39bedd06c
commit 69ad0d9861
10 changed files with 32 additions and 6 deletions

View file

@ -25,7 +25,7 @@
/** @typedef {import("./text_accessibility.js").TextAccessibilityManager} TextAccessibilityManager */
import { AnnotationLayer } from "pdfjs-lib";
import { NullL10n } from "./l10n_utils.js";
import { NullL10n } from "web-l10n_utils";
import { PresentationModeState } from "./ui_utils.js";
/**