| Index: lib/runtime/dart/_interceptors.js
|
| diff --git a/lib/runtime/dart/_interceptors.js b/lib/runtime/dart/_interceptors.js
|
| index 21ac0ab288a7648e25a5eeeef3e1c8531ab68203..0bb6dae801f0dc71b29f161b4042d1f2e7b16eb3 100644
|
| --- a/lib/runtime/dart/_interceptors.js
|
| +++ b/lib/runtime/dart/_interceptors.js
|
| @@ -518,7 +518,7 @@ var _interceptors;
|
| }
|
| }
|
| [_defaultSplit](pattern) {
|
| - let result = new core.List$(core.String).from([]);
|
| + let result = dart.setType([], core.List$(core.String));
|
| let start = 0;
|
| let length = 1;
|
| for (let match of pattern.allMatches(this)) {
|
|
|