mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Backout 65cd6893941e for real (bug 731868)
This commit is contained in:
parent
450654bc1d
commit
24c3eeb430
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user