mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix gmail crash by not tracing switches. r=brendan
This commit is contained in:
parent
219161a0aa
commit
2782b3de85
@ -5245,7 +5245,11 @@ TraceRecorder::record_JSOP_CONDSWITCH()
|
|||||||
bool
|
bool
|
||||||
TraceRecorder::record_JSOP_CASE()
|
TraceRecorder::record_JSOP_CASE()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
return equal() && ifop();
|
return equal() && ifop();
|
||||||
|
#else
|
||||||
|
return false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user