зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1425321 - Renaming nsINode::GetChildAt to GetChildAt_Deprecated, r=me
This commit is contained in:
Родитель
a5bdaa8cf2
Коммит
a861feff81
|
@ -413,7 +413,7 @@ sdnAccessible::get_childAt(unsigned aChildIndex,
|
|||
if (IsDefunct())
|
||||
return CO_E_OBJNOTCONNECTED;
|
||||
|
||||
nsINode* resultNode = mNode->GetChildAt(aChildIndex);
|
||||
nsINode* resultNode = mNode->GetChildAt_Deprecated(aChildIndex);
|
||||
if (resultNode) {
|
||||
*aNode = static_cast<ISimpleDOMNode*>(new sdnAccessible(resultNode));
|
||||
(*aNode)->AddRef();
|
||||
|
|
Загрузка…
Ссылка в новой задаче