Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor
MozReview-Commit-ID: 202nkbmkwfR
This commit is contained in:
@@ -143,7 +143,7 @@ HTMLSummaryElement::IsMainSummary() const
|
||||
HTMLDetailsElement*
|
||||
HTMLSummaryElement::GetDetails() const
|
||||
{
|
||||
return HTMLDetailsElement::FromContentOrNull(GetParent());
|
||||
return HTMLDetailsElement::FromNodeOrNull(GetParent());
|
||||
}
|
||||
|
||||
JSObject*
|
||||
|
||||
Reference in New Issue
Block a user