| Index: Source/core/svg/SVGAElement.cpp
|
| diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp
|
| index fe3425ab2d2dc25590d69974a60d260ec9ca12a5..facae104aff5b451100a52d362b31503f1a94f53 100644
|
| --- a/Source/core/svg/SVGAElement.cpp
|
| +++ b/Source/core/svg/SVGAElement.cpp
|
| @@ -183,7 +183,7 @@ void SVGAElement::defaultEventHandler(Event* event)
|
| return;
|
| FrameLoadRequest frameRequest(document().securityOrigin(), ResourceRequest(document().completeURL(url)), target);
|
| frameRequest.setTriggeringEvent(event);
|
| - frame->loader()->load(frameRequest);
|
| + frame->loader().load(frameRequest);
|
| return;
|
| }
|
| }
|
|
|