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

Unified Diff: Source/WebCore/bindings/dart/resources/builtin.dart

Issue 9188009: Things to unfork. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 11 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: Source/WebCore/bindings/dart/resources/builtin.dart
diff --git a/Source/WebCore/bindings/dart/resources/builtin.dart b/Source/WebCore/bindings/dart/resources/builtin.dart
deleted file mode 100644
index 2a56a86c76ab172e1e3837e81d2f962db381eeac..0000000000000000000000000000000000000000
--- a/Source/WebCore/bindings/dart/resources/builtin.dart
+++ /dev/null
@@ -1,6 +0,0 @@
-// FIXME: Inject into corelib via a callback once that API is in
-// place.
-void print(var arg) {
- // FIXME: This needs to work on non-DOM isolates.
- window.console.log(arg);
-}

Powered by Google App Engine
This is Rietveld 408576698