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

Side by Side Diff: Source/WebCore/bindings/dart/resources/builtin.dart

Issue 8802010: Dart bindings for WebKit (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk
Patch Set: Created 9 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 // FIXME: Inject into corelib via a callback once that API is in
2 // place.
3 void print(String arg) {
4 // FIXME: This needs to work on non-DOM isolates.
5 window.console.log(arg);
6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698