Chromium Code Reviews| Index: corelib/src/print.dart |
| diff --git a/lib/html/dartium/nativewrappers.dart b/corelib/src/print.dart |
| similarity index 77% |
| copy from lib/html/dartium/nativewrappers.dart |
| copy to corelib/src/print.dart |
| index 44ab39e1ac7567e620f8402b566e4b492836d41e..0bdb575d9762481ba1528e881542887b277aa24a 100644 |
| --- a/lib/html/dartium/nativewrappers.dart |
| +++ b/corelib/src/print.dart |
| @@ -2,7 +2,6 @@ |
| // 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. |
| -#library('nativewrappers'); |
| - |
| -class NativeFieldWrapperClass1 { |
| +void print(Object object) { |
|
Ivan Posva
2012/08/30 00:32:13
This change makes no sense to me.
Why was #librar
Mads Ager (google)
2012/08/30 06:59:17
It wasn't. It is the diff tools playing with us. T
|
| + PrintImplementation.print(object); |
| } |