From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- js/public/RootingAPI.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js/public/RootingAPI.h') diff --git a/js/public/RootingAPI.h b/js/public/RootingAPI.h index 471c72dc42..e35a2c5bc8 100644 --- a/js/public/RootingAPI.h +++ b/js/public/RootingAPI.h @@ -981,12 +981,12 @@ enum class AutoGCRooterKind : uint8_t { Limit }; -using RootedListHeads = - mozilla::EnumeratedArray; +using RootedListHeads = mozilla::EnumeratedArray; using AutoRooterListHeads = - mozilla::EnumeratedArray; + mozilla::EnumeratedArray; // Superclass of JSContext which can be used for rooting data in use by the // current thread but that does not provide all the functions of a JSContext. -- cgit v1.2.3