| Index: runtime/lib/expando_patch.dart
|
| diff --git a/runtime/lib/expando_patch.dart b/runtime/lib/expando_patch.dart
|
| index df0234d4d8ab0fb01a513ea64094f20852b38e90..487a484efd0cc5a821ef7260148b15478e4dc663 100644
|
| --- a/runtime/lib/expando_patch.dart
|
| +++ b/runtime/lib/expando_patch.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| patch class Expando<T> {
|
| - /* patch */ Expando([String this.name])
|
| + /* patch */ Expando([this.name])
|
| : _data = new List(_minSize),
|
| _used = 0;
|
|
|
|
|