Bug 1115572 Backout nsAbout change nsAbout is an about module, not a protocol handler. r=Neil

--HG--
extra : rebase_source : 40ac22b27920081e63412e9e36ed7126badcd0c0
This commit is contained in:
Philip Chee 2015-03-13 06:05:53 +08:00
Родитель 4af024de06
Коммит 00970516fc
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -44,11 +44,7 @@ About.prototype = {
return this[this.getModule(aURI) + "Flags"];
},
newChannel: function(aURI) {
return this.newChannel2(aURI, null);
},
newChannel2: function(aURI, aLoadInfo) {
newChannel: function(aURI, aLoadInfo) {
var module = this.getModule(aURI);
var newURI = Services.io.newURI(this[module + "URI"], null, null);
var channel = aLoadInfo ?