Index: lib/dom/templates/html/frog/impl_EventTarget.darttemplate |
diff --git a/lib/dom/templates/html/frog/impl_EventTarget.darttemplate b/lib/dom/templates/html/frog/impl_EventTarget.darttemplate |
index 76bbda430bfe330fe31dda8720d265817e1e6202..02d0ee1a98349c246a2122e6dab898e0f2a241ff 100644 |
--- a/lib/dom/templates/html/frog/impl_EventTarget.darttemplate |
+++ b/lib/dom/templates/html/frog/impl_EventTarget.darttemplate |
@@ -6,7 +6,7 @@ class _EventsImpl implements Events { |
/* Raw event target. */ |
// TODO(jacobr): it would be nice if we could specify this as |
// _EventTargetImpl or EventTarget |
- final var _ptr; |
+ final Dynamic _ptr; |
_EventsImpl(this._ptr); |
@@ -20,7 +20,7 @@ class _EventsImpl implements Events { |
class _EventListenerListImpl implements EventListenerList { |
// TODO(jacobr): make this _EventTargetImpl |
- final var _ptr; |
+ final Dynamic _ptr; |
final String _type; |
_EventListenerListImpl(this._ptr, this._type); |