Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor
MozReview-Commit-ID: 202nkbmkwfR
This commit is contained in:
@@ -163,7 +163,7 @@ HTMLAreaAccessible::Description(nsString& aDescription)
|
||||
|
||||
// Still to do - follow IE's standard here
|
||||
RefPtr<dom::HTMLAreaElement> area =
|
||||
dom::HTMLAreaElement::FromContentOrNull(mContent);
|
||||
dom::HTMLAreaElement::FromNodeOrNull(mContent);
|
||||
if (area)
|
||||
area->GetShape(aDescription);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user