Chromium Code Reviews| Index: Source/core/events/Event.cpp |
| diff --git a/Source/core/events/Event.cpp b/Source/core/events/Event.cpp |
| index ea99d75fe0bce4b6531aaf872173ad43c9c0f6a8..f39236e8772b76a1e573e2c037ca2d2870c99e87 100644 |
| --- a/Source/core/events/Event.cpp |
| +++ b/Source/core/events/Event.cpp |
| @@ -255,7 +255,7 @@ |
| if (SVGElement* svgElement = toSVGElement(node)->correspondingElement()) |
| return svgElement; |
| } |
| - return m_currentTarget.get(); |
| + return m_currentTarget; |
| } |
| void Event::trace(Visitor* visitor) |