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

Unified Diff: runtime/lib/utf/utf_vm.dart

Issue 11368124: Fix library syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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: runtime/lib/utf/utf_vm.dart
===================================================================
--- runtime/lib/utf/utf_vm.dart (revision 14646)
+++ runtime/lib/utf/utf_vm.dart (working copy)
@@ -5,4 +5,4 @@
// TODO(dgrove) - once the VM has a new way to include whole libraries,
// remove this file and update runtime/bin/utf_sources.gypi .
-#library("utf");
+library utf;

Powered by Google App Engine
This is Rietveld 408576698