Chromium Code Reviews| 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 |
|
ngeoffray
2013/03/05 10:14:10
Why is this related?
karlklose
2013/03/05 11:34:30
Before, if you used a string literal it would not
|
| - // used in substitutions to addArguments. |
| - allArguments.addAll([compiler.intClass, |
| - compiler.boolClass, |
| - compiler.numClass, |
| - compiler.doubleClass, |
| - compiler.stringClass, |
| - compiler.listClass]); |
| - |
| return cachedRequiredChecks = requiredChecks; |
| } |