Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor
MozReview-Commit-ID: 202nkbmkwfR
This commit is contained in:
@@ -480,7 +480,7 @@ HTMLTableAccessible::Caption() const
|
||||
void
|
||||
HTMLTableAccessible::Summary(nsString& aSummary)
|
||||
{
|
||||
dom::HTMLTableElement* table = dom::HTMLTableElement::FromContent(mContent);
|
||||
dom::HTMLTableElement* table = dom::HTMLTableElement::FromNode(mContent);
|
||||
|
||||
if (table)
|
||||
table->GetSummary(aSummary);
|
||||
|
||||
Reference in New Issue
Block a user