| Index: lib/runtime/dart_sdk.js
|
| diff --git a/lib/runtime/dart_sdk.js b/lib/runtime/dart_sdk.js
|
| index 5bd0307aed7422ca4ff038c618f7234c6288d456..e0f14b7390aa17a347d0820f79d1fb536db5a7f2 100644
|
| --- a/lib/runtime/dart_sdk.js
|
| +++ b/lib/runtime/dart_sdk.js
|
| @@ -22026,7 +22026,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| if (isValidKey == null) {
|
| if (hashCode == null) {
|
| if (equals == null) {
|
| - return new (collection._LinkedHashMap$(K, V))();
|
| + return _js_helper.JsLinkedHashMap$(K, V).es6();
|
| }
|
| hashCode = collection._defaultHashCode;
|
| } else {
|
|
|