| Index: sdk/lib/core/expando.dart
|
| diff --git a/sdk/lib/core/expando.dart b/sdk/lib/core/expando.dart
|
| index 2ecd2dcc26a64fb2afa672915bef4e8436285be8..96c2912fa1fcced66315613478bc9ad7ef9afd5e 100644
|
| --- a/sdk/lib/core/expando.dart
|
| +++ b/sdk/lib/core/expando.dart
|
| @@ -36,7 +36,7 @@ class Expando<T> {
|
| * same name yields two [Expando]s that work on different properties
|
| * of the objects they are used on.
|
| */
|
| - external Expando([String name]);
|
| + external Expando([this.name]);
|
|
|
| /**
|
| * Expando toString method override.
|
|
|