Bug 1263782 - Kill off the deprecated nsINode::IsInDoc(). r=baku
This commit is contained in:
@@ -488,7 +488,7 @@ HTMLImageElement::IsHTMLFocusable(bool aWithMouse,
|
||||
{
|
||||
int32_t tabIndex = TabIndex();
|
||||
|
||||
if (IsInDoc()) {
|
||||
if (IsInUncomposedDoc()) {
|
||||
nsAutoString usemap;
|
||||
GetUseMap(usemap);
|
||||
// XXXbz which document should this be using? sXBL/XBL2 issue! I
|
||||
|
||||
Reference in New Issue
Block a user