mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
53b9848aa4
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.
11 lines
139 B
HTML
11 lines
139 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
SpecialPowers.wrap(SpecialPowers.Components).toString();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|