Bug 412689: fix search/replace error that led to a broken QI impl, r=tony

This commit is contained in:
gavin@gavinsharp.com 2008-01-16 17:13:54 -08:00
Родитель 0fc3ec02a6
Коммит fa601afba9
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -254,7 +254,6 @@ G_PreferenceObserver.prototype.observe = function(subject, topic, data) {
* @param iid Interface id of the interface the caller wants
*/
G_PreferenceObserver.prototype.QueryInterface = function(iid) {
var Ci = Ci;
if (iid.equals(Ci.nsISupports) ||
iid.equals(Ci.nsIObserver) ||
iid.equals(Ci.nsISupportsWeakReference))