From 4194252fe363e9737abf4aa407d8ce14e7743559 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 20 Aug 2022 13:11:38 -0400 Subject: New StringUtil (#2216) * Create new StringUtil * Use StringUtil in DOMTextScanner * Fix order --- ext/manifest.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/manifest.json') diff --git a/ext/manifest.json b/ext/manifest.json index 043f816e..16bd1ca9 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -54,6 +54,7 @@ "js/comm/frame-ancestry-handler.js", "js/comm/frame-client.js", "js/comm/frame-offset-forwarder.js", + "js/data/sandbox/string-util.js", "js/dom/dom-text-scanner.js", "js/dom/document-util.js", "js/dom/text-source-element.js", -- cgit v1.2.3