зеркало из https://github.com/mozilla/gecko-dev.git
Fixing what (at least used to) crashes #28489. r=vidur@netscape.com
This commit is contained in:
Родитель
55efbe2103
Коммит
a6ead832c1
|
@ -301,11 +301,13 @@ TableRowsCollection::Item(PRUint32 aIndex, nsIDOMNode** aReturn)
|
|||
NS_IMETHODIMP
|
||||
TableRowsCollection::NamedItem(const nsString& aName, nsIDOMNode** aReturn)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
if (nsnull!=mParent)
|
||||
{
|
||||
}
|
||||
return rv;
|
||||
NS_ENSURE_ARG_POINTER(aReturn);
|
||||
|
||||
// FIXME: Implement this!
|
||||
|
||||
*aReturn = nsnull;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
|
@ -301,11 +301,13 @@ TableRowsCollection::Item(PRUint32 aIndex, nsIDOMNode** aReturn)
|
|||
NS_IMETHODIMP
|
||||
TableRowsCollection::NamedItem(const nsString& aName, nsIDOMNode** aReturn)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
if (nsnull!=mParent)
|
||||
{
|
||||
}
|
||||
return rv;
|
||||
NS_ENSURE_ARG_POINTER(aReturn);
|
||||
|
||||
// FIXME: Implement this!
|
||||
|
||||
*aReturn = nsnull;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче