Checking in for Vidur (merging from SeaMonkey_M17_BRANCH). Fixing nsbeta2+ bug 9392, removing code that was hiding the correct native code for document.plugins. r=jst@netscape.com, a=nisheeth@netscape.com

This commit is contained in:
jst@netscape.com
2000-08-04 06:55:53 +00:00
parent 9e1c8e0931
commit 35150b2a23
5 changed files with 1 additions and 44 deletions

View File

@@ -2576,14 +2576,6 @@ nsHTMLDocument::GetLayers(nsIDOMHTMLCollection** aLayers)
}
#endif
NS_IMETHODIMP
nsHTMLDocument::GetPlugins(nsIDOMHTMLCollection** aPlugins)
{
//XXX TBImplemented
*aPlugins = nsnull;
return NS_OK;
}
NS_IMETHODIMP
nsHTMLDocument::GetSelection(nsString& aReturn)
{