From 234c818be3bc2ab98893d19cc3d126e74c5309e0 Mon Sep 17 00:00:00 2001 From: "knorton@google.com" Date: Wed, 5 Oct 2011 16:31:10 +0000 Subject: [PATCH] Remove $Dart$MapLiteralType as it is no longer used in core.js Review URL: https://chromereviews.googleplex.com/3519019/ git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@49 260f80e4-7a28-3924-810f-c04153c831b5 --- compiler/lib/implementation/core.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/lib/implementation/core.js b/compiler/lib/implementation/core.js index 428ceec91c6..ea33af2378e 100644 --- a/compiler/lib/implementation/core.js +++ b/compiler/lib/implementation/core.js @@ -466,9 +466,6 @@ function $intern(o, type_args) { return o; } -/** @const */ -var $Dart$MapLiteralType = LinkedHashMapImplementation$Dart; - function $Dart$MapLiteralFactory() { return native__CoreJsUtil__newMapLiteral(); }