Don't throw away JIT code for compartments in web pages displaying animations, bug 750834. r=billm

This commit is contained in:
Brian Hackett
2012-05-09 14:14:10 -07:00
parent db3fddc371
commit 5b77038a66
35 changed files with 566 additions and 310 deletions

View File

@@ -302,6 +302,7 @@ static PhaseInfo phases[] = {
{ PHASE_PURGE, "Purge" },
{ PHASE_MARK, "Mark" },
{ PHASE_MARK_ROOTS, "Mark Roots" },
{ PHASE_MARK_TYPES, "Mark Types" },
{ PHASE_MARK_DELAYED, "Mark Delayed" },
{ PHASE_MARK_OTHER, "Mark Other" },
{ PHASE_FINALIZE_START, "Finalize Start Callback" },