CLOSED TREE: TraceMonkey merge head. (a=blockers)

This commit is contained in:
Chris Leary 2011-02-17 16:17:45 -08:00
parent 388487647e
commit 8c141061c6

View File

@ -1057,7 +1057,7 @@ struct JSRuntime {
/*
* Compartment that triggered GC. If more than one Compatment need GC,
* gcTriggerCompartment is reset to NULL and a global GC is performed.
* gcTriggerCompartment is reset to NULL and a global GC is performed.
*/
JSCompartment *gcTriggerCompartment;
@ -1866,7 +1866,7 @@ struct JSContext
/*
* Return:
* - The override version, if there is an override version.
* - The newest scripted frame's version, if there is such a frame.
* - The newest scripted frame's version, if there is such a frame.
* - The default verion.
*
* Note: if this ever shows up in a profile, just add caching!