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

git-svn-id: svn://10.0.0.236/trunk@75571 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2000-08-04 06:55:53 +00:00
parent 3f19f00c3d
commit 4407fd3225
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)
{