| Index: lib/compiler/implementation/lib/core_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/core_patch.dart b/lib/compiler/implementation/lib/core_patch.dart
|
| index e0e8d97e79d5fae1a7575f1b49ac1ae4a3a746d8..55a9019eb506811fa5cba9ebe19aa1491e7133a8 100644
|
| --- a/lib/compiler/implementation/lib/core_patch.dart
|
| +++ b/lib/compiler/implementation/lib/core_patch.dart
|
| @@ -23,7 +23,7 @@ patch class Object {
|
| throw new NoSuchMethodError(this, name, args);
|
| }
|
|
|
| - patch Type runtimeType() {
|
| + patch Type get runtimeType {
|
| String key = getRuntimeTypeString(this);
|
| return getOrCreateCachedRuntimeType(key);
|
| }
|
|
|