Chromium Code Reviews| Index: runtime/lib/print_patch.dart |
| diff --git a/runtime/lib/print_patch.dart b/runtime/lib/print_patch.dart |
| index 53d034c4feee95283009f508502e5cc0f4a1a4ac..41a3a93423ec1c402c262e3097daa9a05b23034e 100644 |
| --- a/runtime/lib/print_patch.dart |
| +++ b/runtime/lib/print_patch.dart |
| @@ -4,7 +4,7 @@ |
| typedef void _PrintClosure(Object obj); |
| -patch void print(Object obj) { |
| +patch void internalPrint(Object obj) { |
| _printClosure(obj.toString()); |
| } |