Backout 65cd6893941e for real (bug 731868)

This commit is contained in:
Robert O'Callahan 2012-06-01 22:39:50 +12:00
parent 450654bc1d
commit 24c3eeb430

View File

@ -250,6 +250,9 @@ let UI = {
let event = document.createEvent("Events");
event.initEvent("tabviewframeinitialized", true, false);
dispatchEvent(event);
// XXX this can be removed when bug 731868 is fixed
event = null;
} catch(e) {
Utils.log(e);
} finally {