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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user