From f91fdd7365e353b99fef76383bb04edd32fb607a Mon Sep 17 00:00:00 2001 From: Jon Coppeard Date: Mon, 20 Oct 2014 10:36:17 +0100 Subject: [PATCH] Bug 650161 - Remove obsolete comment r=sfink DONTBUILD --- js/src/jsgc.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp index a0c936594b64..8b1ebf7903d6 100644 --- a/js/src/jsgc.cpp +++ b/js/src/jsgc.cpp @@ -2098,10 +2098,6 @@ CanRelocateZone(JSRuntime *rt, Zone *zone) static bool CanRelocateArena(ArenaHeader *arena) { - /* - * We can't currently move global objects because their address can be baked - * into compiled code so we skip relocation of any area containing one. - */ return arena->getAllocKind() <= FINALIZE_OBJECT_LAST; }