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

Unified Diff: lib/html/templates/html/impl/impl_EventTarget.darttemplate

Issue 11235060: Get rid of Dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/html/templates/html/impl/impl_EventTarget.darttemplate
diff --git a/lib/html/templates/html/impl/impl_EventTarget.darttemplate b/lib/html/templates/html/impl/impl_EventTarget.darttemplate
index 94861d8756679cd776ea342c1afa3f438275e155..23e8f5b9dcfbd8ca068e89ab2aee85daf7ec49b5 100644
--- a/lib/html/templates/html/impl/impl_EventTarget.darttemplate
+++ b/lib/html/templates/html/impl/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 Dynamic _ptr;
+ final _ptr;
_EventsImpl(this._ptr);
@@ -18,7 +18,7 @@ class _EventsImpl implements Events {
class _EventListenerListImpl implements EventListenerList {
// TODO(jacobr): make this _EventTargetImpl
- final Dynamic _ptr;
+ final _ptr;
final String _type;
_EventListenerListImpl(this._ptr, this._type);
« lib/html/src/native_DOMImplementation.dart ('K') | « lib/html/src/native_DOMImplementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698