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

Unified Diff: pkg/compiler/lib/src/js_backend/backend.dart

Issue 2873113004: Add equivalence check of NativeData and InterceptorData (Closed)
Patch Set: Created 3 years, 7 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/js_backend/backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index 10f6dd4c91b2a9e924e992068cf25a754bec0639..bfbca8dded08890e8815ae12c6ee221bfc74dd44 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -878,8 +878,8 @@ class JavaScriptBackend {
_nativeDataBuilder,
interceptorDataBuilder,
const OpenWorldStrategy()),
- compiler.frontEndStrategy
- .createResolutionWorkItemBuilder(impactTransformer));
+ compiler.frontEndStrategy.createResolutionWorkItemBuilder(
+ nativeBasicData, _nativeDataBuilder, impactTransformer));
}
/// Creates an [Enqueuer] for code generation specific to this backend.

Powered by Google App Engine
This is Rietveld 408576698