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

git-svn-id: svn://10.0.0.236/trunk@243332 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2008-01-17 01:13:54 +00:00
parent c2d5953d10
commit bc7c49d584

View File

@@ -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))