| Index: Source/core/html/HTMLFrameElementBase.cpp
|
| diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp
|
| index be9512e5087729ee44725c153d3c25677a51eb1b..fc6bfb98c359fdc672ec04e415689bc1cca438c5 100644
|
| --- a/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -202,7 +202,8 @@ void HTMLFrameElementBase::setFocus(bool received)
|
|
|
| bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const
|
| {
|
| - return attribute.name() == srcAttr || HTMLFrameOwnerElement::isURLAttribute(attribute);
|
| + return attribute.name() == longdescAttr || attribute.name() == srcAttr
|
| + || HTMLFrameOwnerElement::isURLAttribute(attribute);
|
| }
|
|
|
| bool HTMLFrameElementBase::isHTMLContentAttribute(const Attribute& attribute) const
|
|
|