Chromium Code Reviews| Index: tool/input_sdk/patch/core_patch.dart |
| diff --git a/tool/input_sdk/patch/core_patch.dart b/tool/input_sdk/patch/core_patch.dart |
| index 7676ac4a3f3821bd4465c74d6172b7a67417ed1f..1c53d3ad4e98be9c1c44d8c7e30fc37e4b875135 100644 |
| --- a/tool/input_sdk/patch/core_patch.dart |
| +++ b/tool/input_sdk/patch/core_patch.dart |
| @@ -50,7 +50,7 @@ class Object { |
| } |
| @patch |
| - Type get runtimeType => getRuntimeType(this); |
| + Type get runtimeType => JS('Type', 'dart.runtimeType(#)', this); // getRuntimeType(this); |
|
Jennifer Messerly
2015/04/23 19:01:42
no need to keep the old code around :). Note howev
vsm
2015/04/23 20:35:55
Done.
|
| } |
| // Patch for Function implementation. |