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

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

Issue 2869753002: Pass NativeDataBuilder through ResolutionWorldBuilder (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
« no previous file with comments | « pkg/compiler/lib/src/frontend_strategy.dart ('k') | pkg/compiler/lib/src/kernel/element_map_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d34decdad3a202a90d01772ef90be263b333f70e..d531ffdb5275446188fba7a0c378d31fc35e2b19 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -439,7 +439,6 @@ class JavaScriptBackend {
final NativeBasicDataBuilderImpl _nativeBasicDataBuilder =
new NativeBasicDataBuilderImpl();
NativeBasicDataImpl _nativeBasicData;
- //NativeData get nativeData => _nativeData;
NativeDataBuilder get nativeDataBuilder => _nativeDataBuilder;
final NativeDataResolver _nativeDataResolver;
InterceptorDataBuilder _interceptorDataBuilder;
@@ -891,7 +890,7 @@ class JavaScriptBackend {
compiler.deferredLoadTask,
kernelTask),
compiler.frontEndStrategy.createResolutionWorldBuilder(
- nativeBasicData, const OpenWorldStrategy()),
+ nativeBasicData, _nativeDataBuilder, const OpenWorldStrategy()),
compiler.frontEndStrategy
.createResolutionWorkItemBuilder(impactTransformer));
}
« no previous file with comments | « pkg/compiler/lib/src/frontend_strategy.dart ('k') | pkg/compiler/lib/src/kernel/element_map_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698