Bug 895104 - Remove call to no-longer-existant DOMRequestIpcHelper.observe in SystemMessageManager.observe. r=fabrice

DOMRequestIpcHelper.observe was removed in bug 889984.
This commit is contained in:
Justin Lebar 2013-07-22 15:22:32 -07:00
Родитель 6cc840ad79
Коммит 27813e02f0
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -282,8 +282,6 @@ SystemMessageManager.prototype = {
if (aTopic === kSystemMessageInternalReady) {
this._registerManifest();
}
// Call the DOMRequestIpcHelper.observe method.
this.__proto__.__proto__.observe.call(this, aSubject, aTopic, aData);
},
_registerManifest: function sysMessMgr_registerManifest() {