Chromium Code Reviews| Index: sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart |
| diff --git a/sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart b/sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart |
| index 545aa726995bd06e292b3288cb873d765395f3ac..1b1299cc51b361bc1dda4ca628fbd871863585da 100644 |
| --- a/sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart |
| +++ b/sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart |
| @@ -19,4 +19,4 @@ bool isTypedefDescriptor(String descriptor) { |
| int getTypeFromTypedef(String descriptor) { |
| return int.parse(descriptor.substring(1, descriptor.length - 1)); |
| -} |
| +} |
|
karlklose
2014/11/28 10:19:00
Revert this change.
floitsch
2014/11/28 10:40:16
Done.
|