From 88f8ccca4e6297ced58e7aad6d2df651ba09f033 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Wed, 28 Apr 2004 12:44:20 +0000 Subject: [PATCH] Bug 241261 remove nsSample.js comment about bug 14460 r=dougt git-svn-id: svn://10.0.0.236/trunk@155630 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/sample/nsSample.js | 5 ----- 1 file changed, 5 deletions(-) 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)) {