зеркало из 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
|
NS_IMETHODIMP
|
||||||
TableRowsCollection::NamedItem(const nsString& aName, nsIDOMNode** aReturn)
|
TableRowsCollection::NamedItem(const nsString& aName, nsIDOMNode** aReturn)
|
||||||
{
|
{
|
||||||
nsresult rv = NS_OK;
|
NS_ENSURE_ARG_POINTER(aReturn);
|
||||||
if (nsnull!=mParent)
|
|
||||||
{
|
// FIXME: Implement this!
|
||||||
}
|
|
||||||
return rv;
|
*aReturn = nsnull;
|
||||||
|
|
||||||
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
|
|
|
@ -301,11 +301,13 @@ TableRowsCollection::Item(PRUint32 aIndex, nsIDOMNode** aReturn)
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
TableRowsCollection::NamedItem(const nsString& aName, nsIDOMNode** aReturn)
|
TableRowsCollection::NamedItem(const nsString& aName, nsIDOMNode** aReturn)
|
||||||
{
|
{
|
||||||
nsresult rv = NS_OK;
|
NS_ENSURE_ARG_POINTER(aReturn);
|
||||||
if (nsnull!=mParent)
|
|
||||||
{
|
// FIXME: Implement this!
|
||||||
}
|
|
||||||
return rv;
|
*aReturn = nsnull;
|
||||||
|
|
||||||
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
|
|
Загрузка…
Ссылка в новой задаче