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

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

Issue 11624011: Mirrors implemented via patches. 2nd try. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Second attempt Created 8 years 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 29b3f36a5440b3cf17f3d6e84e5f0596a80b89a9..29961b060bd8ab5402ac55719b04bd83ee90a91c 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -68,7 +68,7 @@ const Map<String, LibraryInfo> LIBRARIES = const <LibraryInfo> {
"mirrors": const LibraryInfo(
"mirrors/mirrors.dart",
- dart2jsPath: "_internal/compiler/implementation/lib/mirrors.dart"),
+ dart2jsPatchPath: "_internal/compiler/implementation/lib/mirrors_patch.dart"),
"nativewrappers": const LibraryInfo(
"html/dartium/nativewrappers.dart",

Powered by Google App Engine
This is Rietveld 408576698