Bug 99808 javascript errors in nsSidebar.js
patch by jband r=sgehani sr=jst git-svn-id: svn://10.0.0.236/trunk@111775 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -331,6 +331,12 @@ nsSidebar.prototype.flags = nsIClassInfo.DOM_OBJECT;
|
||||
// property of nsIClassInfo
|
||||
nsSidebar.prototype.classDescription = "Sidebar";
|
||||
|
||||
// method of nsIClassInfo
|
||||
nsSidebar.prototype.getInterfaces = function(c) {c.value = 0; return null;}
|
||||
|
||||
// method of nsIClassInfo
|
||||
nsSidebar.prototype.getHelperForLanguage = function() {return null;}
|
||||
|
||||
nsSidebar.prototype.QueryInterface =
|
||||
function (iid) {
|
||||
if (!iid.equals(nsISidebar) &&
|
||||
|
||||
Reference in New Issue
Block a user