mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Remove __proto__.__proto__ it's fail-prone
This commit is contained in:
parent
240a108af3
commit
72fe638ff7
@ -492,7 +492,7 @@ HistoryTracker.prototype = {
|
||||
},
|
||||
|
||||
_init: function HT__init() {
|
||||
this.__proto__.__proto__._init.call(this);
|
||||
Tracker._init.call(this);
|
||||
this._hsvc.addObserver(this, false);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user