Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: third_party/WebCore/svg/SVGElementInstance.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/page/PointerLock.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) */
};
}
« no previous file with comments | « third_party/WebCore/page/PointerLock.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698