| Index: runtime/lib/expando_patch.dart
|
| diff --git a/runtime/lib/expando_patch.dart b/runtime/lib/expando_patch.dart
|
| index 964c1bf4fe7ecfbe14f226745c055c986f3b0e0f..e3763370a224531962b5d295c2d7f39ff3faf095 100644
|
| --- a/runtime/lib/expando_patch.dart
|
| +++ b/runtime/lib/expando_patch.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -patch class ExpandoImplementation<T> {
|
| +patch class Expando<T> {
|
| /* patch */ T operator[](Object object) {
|
| _checkType(object);
|
| var weakProperty = _find(this);
|
|
|