dom/ipc/tests/process_error_contentscript.js@4ab42b5ab56c
dom/ipc/tests/process_error_contentscript.js
Wed, 31 Dec 2014 07:53:36 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Wed, 31 Dec 2014 07:53:36 +0100
- branch
- TOR_BUG_3246
- changeset 5
- 4ab42b5ab56c
- permissions
- -rw-r--r--
Correct small whitespace inconsistency, lost while renaming variables.
1 Components.utils.import("resource://gre/modules/ctypes.jsm");
3 privateNoteIntentionalCrash();
5 var zero = new ctypes.intptr_t(8);
6 var badptr = ctypes.cast(zero, ctypes.PointerType(ctypes.int32_t));
7 var crash = badptr.contents;