Chromium Code Reviews| Index: lib/core/print.dart |
| diff --git a/lib/core/print.dart b/lib/core/print.dart |
| index 0bdb575d9762481ba1528e881542887b277aa24a..1c25a140ff43cb8b2832d065efdc137a58c37c05 100644 |
| --- a/lib/core/print.dart |
| +++ b/lib/core/print.dart |
| @@ -2,6 +2,4 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -void print(Object object) { |
| - PrintImplementation.print(object); |
| -} |
| +external void print(Object object); |