forked from mirrors/gecko-dev
Depends on D189056 Differential Revision: https://phabricator.services.mozilla.com/D189057
7 lines
227 B
HTML
7 lines
227 B
HTML
<script>
|
|
const Cc = SpecialPowers.Cc;
|
|
const Ci = SpecialPowers.Ci;
|
|
|
|
let debug = Cc["@mozilla.org/xpcom/debug;1"].getService(Ci.nsIDebug2);
|
|
debug.assertion("failed assertion check", "false", "assert.html", 6);
|
|
</script>
|