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

Unified Diff: lib/_internal/libraries.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 | « no previous file | lib/compiler/implementation/lib/scalarlist.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/_internal/libraries.dart
diff --git a/lib/_internal/libraries.dart b/lib/_internal/libraries.dart
index e0d75b1de1c595dd651650a9fe8ff40071a0245d..56ed07fd45786893d139ef691ea51df1c1197ed0 100644
--- a/lib/_internal/libraries.dart
+++ b/lib/_internal/libraries.dart
@@ -72,7 +72,6 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
"scalarlist": const LibraryInfo(
"scalarlist/scalarlist.dart",
category: "Server",
- dart2jsPath: "compiler/implementation/lib/scalarlist.dart",
dart2jsPatchPath: "compiler/implementation/lib/scalarlist_patch.dart"),
"uri": const LibraryInfo(
« no previous file with comments | « no previous file | lib/compiler/implementation/lib/scalarlist.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698