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

Unified Diff: client/html/generated/html/interface/SVGElementInstance.dart

Issue 9662010: Don't put private members in dart:html interfaces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: client/html/generated/html/interface/SVGElementInstance.dart
diff --git a/client/html/generated/html/interface/SVGElementInstance.dart b/client/html/generated/html/interface/SVGElementInstance.dart
index 8d5c3c1855f286c1e69427642f813635612f430e..5ee0ab5bf4d6ebc8daec1f59224dd3a00abde2e6 100644
--- a/client/html/generated/html/interface/SVGElementInstance.dart
+++ b/client/html/generated/html/interface/SVGElementInstance.dart
@@ -23,12 +23,6 @@ interface SVGElementInstance extends EventTarget {
final SVGElementInstance parentNode;
final SVGElementInstance previousSibling;
-
- void _addEventListener(String type, EventListener listener, [bool useCapture]);
-
- bool _dispatchEvent(Event event);
-
- void _removeEventListener(String type, EventListener listener, [bool useCapture]);
}
interface SVGElementInstanceEvents extends Events {

Powered by Google App Engine
This is Rietveld 408576698