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

Unified Diff: client/dom/generated/src/interface/Notification.dart

Issue 8637013: Remove support for attribute event listeners. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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/dom/generated/src/interface/Notification.dart
diff --git a/client/dom/generated/src/interface/Notification.dart b/client/dom/generated/src/interface/Notification.dart
index 06f367498c251bea75e2950a615ece3d4e3a196c..fa7d46bad3f7135a5fc0370ad25c2f1b156a7a7a 100644
--- a/client/dom/generated/src/interface/Notification.dart
+++ b/client/dom/generated/src/interface/Notification.dart
@@ -10,22 +10,6 @@ interface Notification extends EventTarget {
void set dir(String value);
- EventListener get onclick();
-
- void set onclick(EventListener value);
-
- EventListener get onclose();
-
- void set onclose(EventListener value);
-
- EventListener get ondisplay();
-
- void set ondisplay(EventListener value);
-
- EventListener get onerror();
-
- void set onerror(EventListener value);
-
String get replaceId();
void set replaceId(String value);
« no previous file with comments | « client/dom/generated/src/interface/MessagePort.dart ('k') | client/dom/generated/src/interface/SharedWorkercontext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698