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

Unified Diff: samples/webcomponents/shadow_polyfill.dart

Issue 10854191: Require two type arguments for map literals (issue 4522). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | « samples/markdown/lib.dart ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/webcomponents/shadow_polyfill.dart
===================================================================
--- samples/webcomponents/shadow_polyfill.dart (revision 10860)
+++ samples/webcomponents/shadow_polyfill.dart (working copy)
@@ -74,7 +74,7 @@
CustomElementsManager._internal(this._lookup) {
// TODO(samhop): check for ShadowDOM support
- _customDeclarations = <_CustomDeclaration>{};
+ _customDeclarations = <String, _CustomDeclaration>{};
// We use a ListMap because DOM objects aren't hashable right now.
// TODO(samhop): DOM objects (and everything else) should be hashable
_customElements = new ListMap<Element, WebComponent>();
« no previous file with comments | « samples/markdown/lib.dart ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698