| Index: third_party/WebCore/svg/SVGElementInstance.idl
|
| diff --git a/third_party/WebCore/svg/SVGElementInstance.idl b/third_party/WebCore/svg/SVGElementInstance.idl
|
| index 9c7175c7bfe1021f23fd67d658e2c77215d2fa3e..db081b966aaa558e13f077c66033c07c1f21bd59 100644
|
| --- a/third_party/WebCore/svg/SVGElementInstance.idl
|
| +++ b/third_party/WebCore/svg/SVGElementInstance.idl
|
| @@ -29,10 +29,13 @@ module svg {
|
| interface [
|
| Conditional=SVG,
|
| JSCustomMarkFunction,
|
| - JSGenerateToNativeObject
|
| + JSGenerateToNativeObject,
|
| + JSGenerateToJSObject
|
| ] SVGElementInstance
|
| #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
|
| : Object, EventTarget
|
| +#else
|
| + : EventTarget
|
| #endif /* defined(LANGUAGE_OBJECTIVE_C) */
|
| {
|
| readonly attribute SVGElement correspondingElement;
|
| @@ -86,15 +89,6 @@ module svg {
|
| attribute [NotEnumerable] EventListener onselectstart;
|
| attribute [NotEnumerable] EventListener onsubmit;
|
| attribute [NotEnumerable] EventListener onunload;
|
| -
|
| - void addEventListener(in DOMString type,
|
| - in EventListener listener,
|
| - in [Optional] boolean useCapture);
|
| - void removeEventListener(in DOMString type,
|
| - in EventListener listener,
|
| - in [Optional] boolean useCapture);
|
| - boolean dispatchEvent(in Event event)
|
| - raises(EventException);
|
| #endif /* defined(LANGUAGE_OBJECTIVE_C) */
|
| };
|
| }
|
|
|