From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- xpcom/base/nsCycleCollector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xpcom/base/nsCycleCollector.h') diff --git a/xpcom/base/nsCycleCollector.h b/xpcom/base/nsCycleCollector.h index 1c583e04cf..e25647175e 100644 --- a/xpcom/base/nsCycleCollector.h +++ b/xpcom/base/nsCycleCollector.h @@ -49,7 +49,8 @@ void nsCycleCollector_dispatchDeferredDeletion(bool aContinuation = false, bool nsCycleCollector_doDeferredDeletion(); bool nsCycleCollector_doDeferredDeletionWithBudget(js::SliceBudget& aBudget); -already_AddRefed nsCycleCollector_createLogSink(); +already_AddRefed nsCycleCollector_createLogSink( + bool aLogGC); already_AddRefed nsCycleCollector_createLogger(); // Run a cycle collection and return whether anything was collected. -- cgit v1.2.3