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

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

Issue 9963029: Fix some warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reupload (due to error messages during upload) 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
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/templates/html/impl/impl_DocumentFragment.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/templates/html/impl/impl_DocumentFragment.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698