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

Unified Diff: client/html/generated/html/frog/Notification.dart

Issue 9623017: Refactor the event-generation code to locate it in systemhtml.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes 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/frog/Notification.dart
diff --git a/client/html/generated/html/frog/Notification.dart b/client/html/generated/html/frog/Notification.dart
index 4c85fb43490ee3cad2614af3488302c4fe0de915..166f9b310082f5a050329d02618190b1bf60924e 100644
--- a/client/html/generated/html/frog/Notification.dart
+++ b/client/html/generated/html/frog/Notification.dart
@@ -1,13 +1,13 @@
class _NotificationImpl extends _EventTargetImpl implements Notification native "*Notification" {
+ _NotificationEventsImpl get on() =>
+ new _NotificationEventsImpl(this);
+
String dir;
String replaceId;
- _NotificationEventsImpl get on() =>
- new _NotificationEventsImpl(this);
-
void cancel() native;
void show() native;
« no previous file with comments | « client/html/generated/html/frog/InputElement.dart ('k') | client/html/generated/html/frog/SVGElementInstance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698