Bug 872091 - Rename files in the debugger server (bustage fix). r=bustage

This commit is contained in:
Dave Camp 2013-05-21 18:47:47 -07:00
parent 435407e287
commit b8a9df1ca3

View File

@ -28,7 +28,6 @@ window.onload = function () {
iframe.onload = function () {
var dbg = new Debugger;
dbg.uncaughtExceptionHook = testExceptionHook;
var contentDO = dbg.addDebuggee(iframe.contentWindow);
var xhrDesc = contentDO.getOwnPropertyDescriptor('xhr');