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

Unified Diff: client/dom/common/public.dart

Issue 8395056: Move this to corelib (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/common/public.dart
diff --git a/client/dom/common/public.dart b/client/dom/common/public.dart
index 0479ddf110df317bfd1a3c2cc222dc27a8571a71..9b5ea4fcc9f126ead047acf09bdd37a68feb8dc4 100644
--- a/client/dom/common/public.dart
+++ b/client/dom/common/public.dart
@@ -560,8 +560,3 @@ Window get dom_window() {
Document get document() {
return window.document;
}
-
-// FIXME(antonm): should be implemented in core lib.
-void print(arg) {
- window.console.log(arg.toString());
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698