diff --git a/mozilla/xpcom/sample/nsSample.js b/mozilla/xpcom/sample/nsSample.js index fcbd3404f9e..bde11f60a52 100644 --- a/mozilla/xpcom/sample/nsSample.js +++ b/mozilla/xpcom/sample/nsSample.js @@ -31,11 +31,6 @@ mySample.prototype = { }, poke: function (aValue) { this.val = aValue; }, - /* - * Note that until bug 14460 is resolved, you need to name the method - * QueryInterface, not queryInterface as you might expect given the - * interCaps naming convention used in most XPIDL. - */ QueryInterface: function (iid) { if (!iid.equals(Components.interfaces.nsISample) && !iid.equals(Components.interfaces.nsISupports)) {