Bug 1263782 - Kill off the deprecated nsINode::IsInDoc(). r=baku
This commit is contained in:
@@ -5993,7 +5993,7 @@ HTMLInputElement::AddedToRadioGroup()
|
||||
{
|
||||
// If the element is neither in a form nor a document, there is no group so we
|
||||
// should just stop here.
|
||||
if (!mForm && !IsInDoc()) {
|
||||
if (!mForm && !IsInUncomposedDoc()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user