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/UbiNodeCensus.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'js/public/UbiNodeCensus.h') diff --git a/js/public/UbiNodeCensus.h b/js/public/UbiNodeCensus.h index 4086300580..9ac470725c 100644 --- a/js/public/UbiNodeCensus.h +++ b/js/public/UbiNodeCensus.h @@ -7,6 +7,7 @@ #ifndef js_UbiNodeCensus_h #define js_UbiNodeCensus_h +#include "js/GCVector.h" #include "js/UbiNode.h" #include "js/UbiNodeBreadthFirst.h" @@ -222,8 +223,9 @@ using CensusTraversal = BreadthFirst; // Parse the breakdown language (as described in // js/src/doc/Debugger/Debugger.Memory.md) into a CountTypePtr. A null pointer // is returned on error and is reported to the cx. -JS_PUBLIC_API CountTypePtr ParseBreakdown(JSContext* cx, - HandleValue breakdownValue); +JS_PUBLIC_API CountTypePtr +ParseBreakdown(JSContext* cx, HandleValue breakdownValue, + MutableHandle> seen); } // namespace ubi } // namespace JS -- cgit v1.2.3