| 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 52ddebdc8205f0098a60387800b92fa3c3ca3566..31977143a04d5892c5ad6cf100801d43dc3b6af4 100644
|
| --- a/tool/input_sdk/patch/core_patch.dart
|
| +++ b/tool/input_sdk/patch/core_patch.dart
|
| @@ -42,7 +42,7 @@ class Object {
|
| }
|
|
|
| @patch
|
| - Type get runtimeType => JS('Type', 'dart.realRuntimeType(#)', this);
|
| + Type get runtimeType => JS('Type', 'dart.objectRuntimeType(#)', this);
|
| }
|
|
|
| // Patch for Function implementation.
|
|
|