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

Unified Diff: tool/input_sdk/private/mirror_helper.dart

Issue 1170813008: fixes detection of SDK libraries (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: format Created 5 years, 6 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: tool/input_sdk/private/mirror_helper.dart
diff --git a/tool/input_sdk/private/mirror_helper.dart b/tool/input_sdk/private/mirror_helper.dart
index 85cf90677a0a6f104915494c11820067d83bd4e9..f78926acc01ed7ad59d8563665422ef27b47321b 100644
--- a/tool/input_sdk/private/mirror_helper.dart
+++ b/tool/input_sdk/private/mirror_helper.dart
@@ -5,4 +5,4 @@
* Helps dealing with reflection in the case that the source code has been
* changed as a result of compiling with dart2dart.
*/
-library _mirror_helper;
+library dart._mirror_helper;

Powered by Google App Engine
This is Rietveld 408576698