mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 773164: remove social frameworker load listener. r=gavin
This commit is contained in:
parent
b6e2f191d0
commit
37f0a0f325
@ -136,6 +136,7 @@ FrameWorker.prototype = {
|
||||
let worker = this;
|
||||
|
||||
workerWindow.addEventListener("load", function loadListener() {
|
||||
workerWindow.removeEventListener("load", loadListener);
|
||||
// the iframe has loaded the js file as text - first inject the magic
|
||||
// port-handling code into the sandbox.
|
||||
function getProtoSource(ob) {
|
||||
|
Loading…
Reference in New Issue
Block a user