Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor
MozReview-Commit-ID: 202nkbmkwfR
This commit is contained in:
@@ -66,12 +66,12 @@ HTMLTableRowElement::GetTable() const
|
||||
}
|
||||
|
||||
// We may not be in a section
|
||||
HTMLTableElement* table = HTMLTableElement::FromContent(parent);
|
||||
HTMLTableElement* table = HTMLTableElement::FromNode(parent);
|
||||
if (table) {
|
||||
return table;
|
||||
}
|
||||
|
||||
return HTMLTableElement::FromContentOrNull(parent->GetParent());
|
||||
return HTMLTableElement::FromNodeOrNull(parent->GetParent());
|
||||
}
|
||||
|
||||
int32_t
|
||||
|
||||
Reference in New Issue
Block a user