Bug 871788 - RILContentHelper.js line: 987: JavaScript Error: "setting a property that has only a getter". r=mrbkap

This commit is contained in:
Gregor Wagner 2013-05-14 08:32:48 -04:00
parent 983274ce94
commit df7d6d1dde

View File

@ -998,7 +998,6 @@ RILContentHelper.prototype = {
if (topic == "xpcom-shutdown") {
this.removeMessageListener();
Services.obs.removeObserver(this, "xpcom-shutdown");
cpmm = null;
}
},