Chromium Code Reviews| Index: third_party/WebCore/svg/SVGElementInstance.idl |
| diff --git a/third_party/WebCore/svg/SVGElementInstance.idl b/third_party/WebCore/svg/SVGElementInstance.idl |
| index ac518de5ba1216330fe0d2125f7a63b4071f904e..0ef01c91760293aff25163dc2fa24da1cf52b629 100644 |
| --- a/third_party/WebCore/svg/SVGElementInstance.idl |
| +++ b/third_party/WebCore/svg/SVGElementInstance.idl |
| @@ -28,7 +28,8 @@ |
| Conditional=SVG, |
| JSCustomMarkFunction, |
| JSGenerateToNativeObject, |
| - JSGenerateToJSObject |
| + JSGenerateToJSObject, |
| + EventTarget |
| ] interface SVGElementInstance |
| #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C |
| : Object, EventTarget |