зеркало из https://github.com/mozilla/gecko-dev.git
GetOwnerDocument should return NS_ERROR_NOT_IMPLEMENTED if it's not going to modify its input
This commit is contained in:
Родитель
07b5dbddf7
Коммит
9fa4b16fc0
|
@ -287,7 +287,7 @@ NS_IMETHODIMP
|
||||||
nsDOMAttribute::GetOwnerDocument(nsIDOMDocument** aOwnerDocument)
|
nsDOMAttribute::GetOwnerDocument(nsIDOMDocument** aOwnerDocument)
|
||||||
{
|
{
|
||||||
// XXX TBI
|
// XXX TBI
|
||||||
return NS_OK;
|
return NS_ERROR_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
|
@ -287,7 +287,7 @@ NS_IMETHODIMP
|
||||||
nsDOMAttribute::GetOwnerDocument(nsIDOMDocument** aOwnerDocument)
|
nsDOMAttribute::GetOwnerDocument(nsIDOMDocument** aOwnerDocument)
|
||||||
{
|
{
|
||||||
// XXX TBI
|
// XXX TBI
|
||||||
return NS_OK;
|
return NS_ERROR_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
Загрузка…
Ссылка в новой задаче