Move this to corelib

Review URL: http://codereview.chromium.org//8395056

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@782 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
vsm@google.com 2011-10-26 21:07:33 +00:00
parent 9ba5441c54
commit 659430b074

View file

@ -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());
}