Index: third_party/WebKit/WebCore/svg/SVGElementInstance.h |
=================================================================== |
--- third_party/WebKit/WebCore/svg/SVGElementInstance.h (revision 9383) |
+++ third_party/WebKit/WebCore/svg/SVGElementInstance.h (working copy) |
@@ -55,7 +55,7 @@ |
virtual ScriptExecutionContext* scriptExecutionContext() const; |
- virtual Node* toNode() { return shadowTreeElement(); } |
+ virtual EventTargetNode* toNode() { return shadowTreeElement(); } |
virtual SVGElementInstance* toSVGElementInstance() { return this; } |
virtual void addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture); |