| Index: lib/compiler/implementation/world.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/world.dart (revision 12499)
|
| +++ lib/compiler/implementation/world.dart (working copy)
|
| @@ -72,9 +72,7 @@
|
| }
|
| }
|
|
|
| - bool needsRti(ClassElement cls) {
|
| - return classesNeedingRti.contains(cls) || compiler.enabledRuntimeType;
|
| - }
|
| + bool needsRti(ClassElement cls) => classesNeedingRti.contains(cls);
|
|
|
| void registerRtiDependency(Element element, Element dependency) {
|
| // We're not dealing with typedef for now.
|
|
|