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

Unified Diff: pkg/compiler/lib/src/types/types.dart

Issue 2721403006: Split NativeData (Closed)
Patch Set: Created 3 years, 10 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
Index: pkg/compiler/lib/src/types/types.dart
diff --git a/pkg/compiler/lib/src/types/types.dart b/pkg/compiler/lib/src/types/types.dart
index 5892a00fa1dac5fa915629cf5b8325ff80f44bcc..a11c61de64691f5f1725ee9daf47469fd22203bc 100644
--- a/pkg/compiler/lib/src/types/types.dart
+++ b/pkg/compiler/lib/src/types/types.dart
@@ -212,7 +212,7 @@ class GlobalTypeInferenceResults {
element,
_inferrer.inferrer.inTreeData[key],
_inferrer,
- _compiler.backend.isJsInterop(element),
+ _compiler.backend.nativeData.isJsInterop(element),
dynamicType));
}

Powered by Google App Engine
This is Rietveld 408576698