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

Unified Diff: pkg/template_binding/test/custom_element_bindings_test.dart

Issue 33173004: remove type annotation from AttributeMapWrapper (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/template_binding/test/custom_element_bindings_test.dart
diff --git a/pkg/template_binding/test/custom_element_bindings_test.dart b/pkg/template_binding/test/custom_element_bindings_test.dart
index 986aabc47e625b74d59827327f105db3c925f5fd..7508a31719543c853a578c63e96406b8ea0ec9b6 100644
--- a/pkg/template_binding/test/custom_element_bindings_test.dart
+++ b/pkg/template_binding/test/custom_element_bindings_test.dart
@@ -209,7 +209,7 @@ class _MyCustomBinding extends NodeBinding {
* and see changes that the data binding system is making to the attributes.
*/
class WithAttrsCustomElement extends HtmlElement {
- AttributeMapWrapper<String, String> _attributes;
+ AttributeMapWrapper _attributes;
factory WithAttrsCustomElement() =>
new Element.tag('with-attrs-custom-element');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698