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

Unified Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 283043003: Suppress cloning EventTarget methods in subtypes when using blink (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regen Created 6 years, 7 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
Index: sdk/lib/svg/dartium/svg_dartium.dart
diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart
index db3f4e9a0ac9f10347f7a075fa46c5b474bafb8f..d36bb4d011dc1b720dcd59a41b5edf54e8d14e6c 100644
--- a/sdk/lib/svg/dartium/svg_dartium.dart
+++ b/sdk/lib/svg/dartium/svg_dartium.dart
@@ -1398,21 +1398,6 @@ class ElementInstance extends EventTarget {
@DocsEditable()
ElementInstance get previousSibling => _blink.Native_SVGElementInstance_previousSibling_Getter(this);
- @DomName('SVGElementInstance.addEventListener')
- @DocsEditable()
- @Experimental() // untriaged
- void addEventListener(String type, EventListener listener, [bool useCapture]) => _blink.Native_SVGElementInstance_addEventListener_Callback(this, type, listener, useCapture);
-
- @DomName('SVGElementInstance.dispatchEvent')
- @DocsEditable()
- @Experimental() // untriaged
- bool dispatchEvent(Event event) => _blink.Native_SVGElementInstance_dispatchEvent_Callback(this, event);
-
- @DomName('SVGElementInstance.removeEventListener')
- @DocsEditable()
- @Experimental() // untriaged
- void removeEventListener(String type, EventListener listener, [bool useCapture]) => _blink.Native_SVGElementInstance_removeEventListener_Callback(this, type, listener, useCapture);
-
/// Stream of `abort` events handled by this [ElementInstance].
@DomName('SVGElementInstance.onabort')
@DocsEditable()
« no previous file with comments | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | sdk/lib/web_audio/dartium/web_audio_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698