diff options
Diffstat (limited to 'xpcom/base/nsCycleCollector.h')
-rw-r--r-- | xpcom/base/nsCycleCollector.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<nsICycleCollectorLogSink> nsCycleCollector_createLogSink(); +already_AddRefed<nsICycleCollectorLogSink> nsCycleCollector_createLogSink( + bool aLogGC); already_AddRefed<nsICycleCollectorListener> nsCycleCollector_createLogger(); // Run a cycle collection and return whether anything was collected. |