mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 731868. Part 3: Remove JS workaround for memory leak. r=dietrich
This commit is contained in:
parent
ad80bd7500
commit
e29c5c0e0a
@ -250,9 +250,6 @@ 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