mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 889413 - FormWrapper._finalize is not a function. r=markh
This commit is contained in:
parent
cb3298134b
commit
8dd0b9e58b
@ -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