gecko/js/xpconnect/crashtests/854604.html
Bobby Holley 8d8ebf2720 Bug 854604 - Null-check funobj. r=mrbkap
I've audited all the places where we instantiate an XPCCallContext with more
than just (cx, {NATIVE,JS}_CALLER), and the toString hook is the only place
where we don't check IsValid() or something that depends on it.
2013-03-26 22:08:10 -07:00

11 lines
139 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
SpecialPowers.wrap(SpecialPowers.Components).toString();
</script>
</head>
<body>
</body>
</html>