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

Unified Diff: lib/scalarlist/byte_arrays.dart

Issue 10958012: Workaround VM issue with library tags in builtin libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « lib/compiler/implementation/lib/scalarlist.dart ('k') | lib/scalarlist/scalarlist.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/scalarlist/byte_arrays.dart
diff --git a/lib/scalarlist/scalarlist.dart b/lib/scalarlist/byte_arrays.dart
similarity index 99%
copy from lib/scalarlist/scalarlist.dart
copy to lib/scalarlist/byte_arrays.dart
index 7f1f97f375489beb8e56e77f3e5c33d5559e4f44..fe03d42d64feb9e2adfa45f514307fa4f4c6fe08 100644
--- a/lib/scalarlist/scalarlist.dart
+++ b/lib/scalarlist/byte_arrays.dart
@@ -2,11 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// TODO(ager): This should have a #library directive when the VM
-// can use normal library structuring.
-//
-// #library('dart:scalarlist');
-
/**
* A random-access sequence of bytes that also provides random access to
* the fixed-width integers and floating point numbers represented by
« no previous file with comments | « lib/compiler/implementation/lib/scalarlist.dart ('k') | lib/scalarlist/scalarlist.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698