From f29eaa769d1117e5c1dae33c9be786c66406750a Mon Sep 17 00:00:00 2001 From: Paul Bone Date: Tue, 8 Jan 2019 11:52:21 +1100 Subject: [PATCH] Bug 1517684 - Fix obsolete comment --HG-- extra : rebase_source : dd442e29c1900812b2210528abc3efd8f4b2620c extra : source : ffd9223540ab9a1ac8c2a0544db6ec76d2447086 --- js/src/gc/GC.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/src/gc/GC.cpp b/js/src/gc/GC.cpp index 439c52c3c680..d39637d8a5ca 100644 --- a/js/src/gc/GC.cpp +++ b/js/src/gc/GC.cpp @@ -670,8 +670,7 @@ static inline bool FinalizeTypedArenas(FreeOp* fop, Arena** src, } /* - * Finalize the list. On return, |al|'s cursor points to the first non-empty - * arena in the list (which may be null if all arenas are full). + * Finalize the list of areans. */ static bool FinalizeArenas(FreeOp* fop, Arena** src, SortedArenaList& dest, AllocKind thingKind, SliceBudget& budget,