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

Unified Diff: client/dom/templates/html/frog/impl_EventTarget.darttemplate

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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/dom/templates/html/frog/impl_EventTarget.darttemplate
diff --git a/client/dom/templates/html/frog/impl_EventTarget.darttemplate b/client/dom/templates/html/frog/impl_EventTarget.darttemplate
index eb6e3fcdfa49fe58208c904d956e77f10b4e5e46..caf475bf22c3ba7c221741b25b7bfa8681787862 100644
--- a/client/dom/templates/html/frog/impl_EventTarget.darttemplate
+++ b/client/dom/templates/html/frog/impl_EventTarget.darttemplate
@@ -5,7 +5,7 @@
class _EventsImpl implements Events {
/* Raw event target. */
// TODO(jacobr): it would be nice if we could specify this as
- // _EventTargetJs or EventTarget
+ // _EventTargetImpl or EventTarget
final var _ptr;
_EventsImpl(this._ptr);
@@ -19,7 +19,7 @@ class _EventsImpl implements Events {
class _EventListenerListImpl implements EventListenerList {
- // TODO(jacobr): make this _EventTargetJs
+ // TODO(jacobr): make this _EventTargetImpl
final var _ptr;
final String _type;

Powered by Google App Engine
This is Rietveld 408576698