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

Unified Diff: pkg/compiler/lib/src/resolution/resolution_strategy.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/resolution/resolution_strategy.dart
diff --git a/pkg/compiler/lib/src/resolution/resolution_strategy.dart b/pkg/compiler/lib/src/resolution/resolution_strategy.dart
index eafeb63f5f7692f927a9f975b949b1a7f4e14eeb..a13f77e2aa327f51e20336bc585f11750445c9c3 100644
--- a/pkg/compiler/lib/src/resolution/resolution_strategy.dart
+++ b/pkg/compiler/lib/src/resolution/resolution_strategy.dart
@@ -127,6 +127,8 @@ class ResolutionFrontEndStrategy implements FrontEndStrategy {
}
WorkItemBuilder createResolutionWorkItemBuilder(
+ NativeBasicData nativeBasicData,
+ NativeDataBuilder nativeDataBuilder,
ImpactTransformer impactTransformer) {
return new ResolutionWorkItemBuilder(_compiler.resolution);
}

Powered by Google App Engine
This is Rietveld 408576698