| Index: Source/core/html/HTMLBaseElement.cpp
|
| diff --git a/Source/core/html/HTMLBaseElement.cpp b/Source/core/html/HTMLBaseElement.cpp
|
| index 6ec6654c17fbb0144fdf93c416417f1c128fc7f0..1102f5bb3721e930b098a203b6cb6de88dd3257b 100644
|
| --- a/Source/core/html/HTMLBaseElement.cpp
|
| +++ b/Source/core/html/HTMLBaseElement.cpp
|
| @@ -72,7 +72,7 @@ bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const
|
| return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
|
| }
|
|
|
| -String HTMLBaseElement::target() const
|
| +AtomicString HTMLBaseElement::target() const
|
| {
|
| return fastGetAttribute(targetAttr);
|
| }
|
|
|