| Index: sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart b/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart
|
| index e8930755916d4ea7b4d2dfa521bf0b4067a46537..a43e089975691306ac33a0696c21ecd70ae02bc7 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart
|
| @@ -63,15 +63,6 @@ class RuntimeTypeInformation {
|
| }
|
| }
|
|
|
| - // TODO(karlklose): remove this temporary fix: we need to add the classes
|
| - // used in substitutions to addArguments.
|
| - allArguments.addAll([compiler.intClass,
|
| - compiler.boolClass,
|
| - compiler.numClass,
|
| - compiler.doubleClass,
|
| - compiler.stringClass,
|
| - compiler.listClass]);
|
| -
|
| return cachedRequiredChecks = requiredChecks;
|
| }
|
|
|
|
|