gecko/js/xpconnect/crashtests/705875.html
Bobby Holley 0e75bd9e56 Bug 705875 - Check for null IID pointers and references in XPCConvert. r=khuey
This is a regression from http://hg.mozilla.org/mozilla-central/rev/c428312abbc7 . The rest of the changes in that patch should be fine.
2011-12-01 18:24:28 -08:00

8 lines
132 B
HTML

<!DOCTYPE html>
<script>
window.QueryInterface(Components.interfaces.nsIInterfaceRequestor);
window.getInterface(null);
</script>