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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 12580012: Patchable version of 12929005 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 2c5891ce14d04b28175936e5adf49f80a61dacab..67daecbfe2a18ce24004b6fc21a084bc84711fdc 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -91,7 +91,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"typeddata": const LibraryInfo(
"typeddata/typeddata.dart",
- dart2jsPatchPath: "_internal/compiler/implementation/lib/typeddata_patch.dart"),
+ dart2jsPath: "typeddata/dart2js/typeddata_dart2js.dart"),
"svg": const LibraryInfo(
"svg/dartium/svg_dartium.dart",
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/native_handler.dart ('k') | sdk/lib/html/html_common/conversions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698