| Index: Source/core/html/HTMLFrameElementBase.cpp
|
| diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp
|
| index db7d079696ca40b47deb3ec66b7acb2c0acd643f..05ad91ac75a8e61d7f5d14f69ff92385ad93f971 100644
|
| --- a/Source/core/html/HTMLFrameElementBase.cpp
|
| +++ b/Source/core/html/HTMLFrameElementBase.cpp
|
| @@ -199,7 +199,7 @@ bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const
|
|
|
| bool HTMLFrameElementBase::hasLegalLinkAttribute(const QualifiedName& name) const
|
| {
|
| - return name == hrefAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name);
|
| + return name == srcAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name);
|
| }
|
|
|
| bool HTMLFrameElementBase::isHTMLContentAttribute(const Attribute& attribute) const
|
|
|