Fix gmail crash by not tracing switches. r=brendan

This commit is contained in:
Blake Kaplan 2008-08-29 19:01:00 -07:00
parent 219161a0aa
commit 2782b3de85

View File

@ -5245,7 +5245,11 @@ TraceRecorder::record_JSOP_CONDSWITCH()
bool
TraceRecorder::record_JSOP_CASE()
{
#if 0
return equal() && ifop();
#else
return false;
#endif
}
bool