| Index: test/generated_sdk/lib/core/object.dart
|
| diff --git a/test/generated_sdk/lib/core/object.dart b/test/generated_sdk/lib/core/object.dart
|
| index 2140705a664fa3397fd7577f671d8b795318acd2..35967d4fd03abef35a46c94ced890811f82e958d 100644
|
| --- a/test/generated_sdk/lib/core/object.dart
|
| +++ b/test/generated_sdk/lib/core/object.dart
|
| @@ -98,5 +98,5 @@ class Object {
|
| /**
|
| * A representation of the runtime type of the object.
|
| */
|
| - Type get runtimeType => getRuntimeType(this);
|
| + Type get runtimeType => JS('Type', 'dart.realRuntimeType(#)', this);
|
| }
|
|
|