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

Unified Diff: corelib/src/print.dart

Issue 10887024: Move print to corelib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comment. 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
« no previous file with comments | « corelib/src/implementation/print.dart ('k') | lib/compiler/implementation/lib/core.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/print.dart
diff --git a/lib/html/doc/nodoc-src/_DOMParserFactoryProvider.dart b/corelib/src/print.dart
similarity index 77%
copy from lib/html/doc/nodoc-src/_DOMParserFactoryProvider.dart
copy to corelib/src/print.dart
index 0e60df8ef7201a22fa4fa0d0032c4323a2154eb3..0bdb575d9762481ba1528e881542887b277aa24a 100644
--- a/lib/html/doc/nodoc-src/_DOMParserFactoryProvider.dart
+++ b/corelib/src/print.dart
@@ -2,6 +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.
-class _DOMParserFactoryProvider {
- factory DOMParser() => null;
+void print(Object object) {
+ PrintImplementation.print(object);
}
« no previous file with comments | « corelib/src/implementation/print.dart ('k') | lib/compiler/implementation/lib/core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698