Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
| index 842e192f084844871c35614051833f837a2f9e6d..8179dc5f0621efb0fc5141b9a94de57a7904d81a 100644 |
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart |
| @@ -636,7 +636,7 @@ class JavaScriptBackend extends Backend { |
| new TypeMask.nonNullExact(jsExtendableArrayClass)); |
| typeVariableClass = |
| - compiler.findHelper(const SourceString('TypeVariable')); |
| + compiler.findHelper('TypeVariable'); |
|
ngeoffray
2013/10/18 10:19:37
Fits in one line.
lukas
2013/10/24 16:48:36
Done.
|
| } |
| void validateInterceptorImplementsAllObjectMethods( |