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

Unified Diff: pkg/compiler/lib/src/universe/codegen_world_builder.dart

Issue 2751983002: Pending renames and cleanups after commits (Closed)
Patch Set: Created 3 years, 9 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/universe/codegen_world_builder.dart
diff --git a/pkg/compiler/lib/src/universe/codegen_world_builder.dart b/pkg/compiler/lib/src/universe/codegen_world_builder.dart
index 745eff7fa25683109e6860568a9130d2b929d0cc..909a78eb0c191c1bdbb85397cde6cbe0cc4a7e3c 100644
--- a/pkg/compiler/lib/src/universe/codegen_world_builder.dart
+++ b/pkg/compiler/lib/src/universe/codegen_world_builder.dart
@@ -48,7 +48,7 @@ abstract class CodegenWorldBuilder implements WorldBuilder {
}
class CodegenWorldBuilderImpl implements CodegenWorldBuilder {
- final NativeClassData _nativeData;
+ final NativeBasicData _nativeData;
final ClosedWorld _world;
final JavaScriptConstantCompiler _constants;

Powered by Google App Engine
This is Rietveld 408576698