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
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user