| Index: tool/input_sdk/private/js_rti.dart
|
| diff --git a/tool/input_sdk/private/js_rti.dart b/tool/input_sdk/private/js_rti.dart
|
| index e3e304c5903724855aea4b865aef44d568701340..4eb1f17a33419dd42bc523244c17c85f877483ec 100644
|
| --- a/tool/input_sdk/private/js_rti.dart
|
| +++ b/tool/input_sdk/private/js_rti.dart
|
| @@ -7,7 +7,7 @@ part of dart._js_helper;
|
| // TODO(leafp): Maybe get rid of this? Currently used by the interceptors
|
| // library, but that should probably be culled as well.
|
| Type getRuntimeType(var object) =>
|
| - JS('Type|null', 'dart.realRuntimeType(#)', object);
|
| + JS('Type|null', 'dart.getReifiedType(#)', object);
|
|
|
| /// Returns the property [index] of the JavaScript array [array].
|
| getIndex(var array, int index) {
|
|
|