mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8d8ebf2720
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>
|