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