mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 889413 - FormWrapper._finalize is not a function. r=markh
This commit is contained in:
parent
a19a1cb490
commit
448678d26c
@ -204,7 +204,6 @@ function FormTracker(name, engine) {
|
||||
Tracker.call(this, name, engine);
|
||||
Svc.Obs.add("weave:engine:start-tracking", this);
|
||||
Svc.Obs.add("weave:engine:stop-tracking", this);
|
||||
Svc.Obs.add("profile-change-teardown", this);
|
||||
}
|
||||
FormTracker.prototype = {
|
||||
__proto__: Tracker.prototype,
|
||||
@ -246,9 +245,6 @@ FormTracker.prototype = {
|
||||
this.trackEntry(guid);
|
||||
}
|
||||
break;
|
||||
case "profile-change-teardown":
|
||||
FormWrapper._finalize();
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user