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

Unified Diff: lib/dom/templates/html/dartium/impl_EventTarget.darttemplate

Issue 10456006: Wrapperless dart:html for Dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: lib/dom/templates/html/dartium/impl_EventTarget.darttemplate
diff --git a/lib/dom/templates/html/dartium/impl_EventTarget.darttemplate b/lib/dom/templates/html/dartium/impl_EventTarget.darttemplate
index 7040ac95a9a10d185818dbc8656ffc13e10950aa..8eb8ed7022ecf01b97a30a77cde3d6e04fee1dd2 100644
--- a/lib/dom/templates/html/dartium/impl_EventTarget.darttemplate
+++ b/lib/dom/templates/html/dartium/impl_EventTarget.darttemplate
@@ -104,13 +104,7 @@ class _EventListenerListImpl implements EventListenerList {
}
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
-
- Events _on;
-
- Events get on() {
- if (_on == null) _on = new _EventsImpl(this);
- return _on;
- }
-
+/*
Anton Muhin 2012/05/30 00:18:47 wow, maybe just remove?
podivilov 2012/05/30 16:02:55 It would break the generation because of $!MEMBERS
$!MEMBERS
+*/
}

Powered by Google App Engine
This is Rietveld 408576698