Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1273)

Unified Diff: corelib/src/implementation/print.dart

Issue 10887024: Move print to corelib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Get rid of more builtin importing that is no longer needed. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: corelib/src/implementation/print.dart
diff --git a/lib/html/dartium/nativewrappers.dart b/corelib/src/implementation/print.dart
similarity index 75%
copy from lib/html/dartium/nativewrappers.dart
copy to corelib/src/implementation/print.dart
index 44ab39e1ac7567e620f8402b566e4b492836d41e..51a83beb3d9e1dbd203c6cd473a4ae720d4dd837 100644
--- a/lib/html/dartium/nativewrappers.dart
+++ b/corelib/src/implementation/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 {
+class PrintImplementation {
+ external static void print(Object obj);
}

Powered by Google App Engine
This is Rietveld 408576698