From e162f075ec85ad9f91e25b1bd50868a4bd9855b2 Mon Sep 17 00:00:00 2001 From: roytam1 Date: Thu, 23 Mar 2023 09:12:12 +0800 Subject: [PATCH] js: add `using js::LifoAlloc` to fix build --- js/src/irregexp/RegExpCharRanges.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/irregexp/RegExpCharRanges.cpp b/js/src/irregexp/RegExpCharRanges.cpp index 99c671ebcd..e45b379a0c 100644 --- a/js/src/irregexp/RegExpCharRanges.cpp +++ b/js/src/irregexp/RegExpCharRanges.cpp @@ -39,6 +39,7 @@ using namespace js::irregexp; +using js::LifoAlloc; using mozilla::ArrayLength; void