Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor
MozReview-Commit-ID: 202nkbmkwfR
This commit is contained in:
@@ -35,7 +35,7 @@ NS_IMPL_ELEMENT_CLONE(HTMLTableCellElement)
|
||||
HTMLTableRowElement*
|
||||
HTMLTableCellElement::GetRow() const
|
||||
{
|
||||
return HTMLTableRowElement::FromContentOrNull(GetParent());
|
||||
return HTMLTableRowElement::FromNodeOrNull(GetParent());
|
||||
}
|
||||
|
||||
// protected method
|
||||
|
||||
Reference in New Issue
Block a user