| Index: Source/core/svg/SVGAElement.cpp
|
| diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp
|
| index e549f134c558a5ace1163060c6e6a44bbbe6e7ae..70b116b703937e9ba44cdbd83b5d812195c813c5 100644
|
| --- a/Source/core/svg/SVGAElement.cpp
|
| +++ b/Source/core/svg/SVGAElement.cpp
|
| @@ -167,7 +167,7 @@ void SVGAElement::defaultEventHandler(Event* event)
|
| return;
|
| }
|
|
|
| - AtomicString target = this->target();
|
| + AtomicString target(svgTargetCurrentValue());
|
| if (target.isEmpty() && fastGetAttribute(XLinkNames::showAttr) == "new")
|
| target = AtomicString("_blank", AtomicString::ConstructFromLiteral);
|
| event->setDefaultHandled();
|
|
|