| Index: tests/compiler/dart2js/type_representation_test.dart
|
| diff --git a/tests/compiler/dart2js/type_representation_test.dart b/tests/compiler/dart2js/type_representation_test.dart
|
| index b3049243a3bdd74b59b146ec006ad9d434b1a9a4..de07fcb6449cbdf81ce46d7182ccd274cf095f72 100644
|
| --- a/tests/compiler/dart2js/type_representation_test.dart
|
| +++ b/tests/compiler/dart2js/type_representation_test.dart
|
| @@ -49,7 +49,7 @@ void testTypeRepresentations() {
|
| env.compiler.backend.onCodegenStart(
|
| closedWorld,
|
| new CodegenWorldBuilderImpl(
|
| - env.compiler.backend.nativeClassData,
|
| + env.compiler.backend.nativeBaseData,
|
| closedWorld,
|
| env.compiler.backend.constants,
|
| const TypeMaskStrategy()));
|
|
|