Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1166)

Unified Diff: tool/input_sdk/private/js_rti.dart

Issue 1944483002: Redo how Type objects are exposed from DDC. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: More tweaks. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tool/input_sdk/private/js_helper.dart ('k') | tool/patch_sdk.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « tool/input_sdk/private/js_helper.dart ('k') | tool/patch_sdk.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698