| Index: tool/input_sdk/patch/core_patch.dart
|
| diff --git a/tool/input_sdk/patch/core_patch.dart b/tool/input_sdk/patch/core_patch.dart
|
| index 7676ac4a3f3821bd4465c74d6172b7a67417ed1f..ec57bb0c039f1d94cccb1a1e0a6b6168c69612c9 100644
|
| --- a/tool/input_sdk/patch/core_patch.dart
|
| +++ b/tool/input_sdk/patch/core_patch.dart
|
| @@ -50,7 +50,7 @@ class Object {
|
| }
|
|
|
| @patch
|
| - Type get runtimeType => getRuntimeType(this);
|
| + Type get runtimeType => JS('Type', 'dart.realRuntimeType(#)', this);
|
| }
|
|
|
| // Patch for Function implementation.
|
|
|