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

Unified Diff: pkg/polymer/test/build/script_compactor_test.dart

Issue 27518006: Practically remove boot.js, adds the initialization from the Dart side of (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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: pkg/polymer/test/build/script_compactor_test.dart
diff --git a/pkg/polymer/test/build/script_compactor_test.dart b/pkg/polymer/test/build/script_compactor_test.dart
index e0977bebeb9a08d53c520481d6b2f645d758504b..74eab9e0b5b21eacc2b0a08214e1989b1d15d2fd 100644
--- a/pkg/polymer/test/build/script_compactor_test.dart
+++ b/pkg/polymer/test/build/script_compactor_test.dart
@@ -49,7 +49,7 @@ void main() {
void main() {
initPolymer([
'a.dart',
- ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
+ ]);
}
'''.replaceAll('\n ', '\n'),
});
@@ -84,7 +84,7 @@ void main() {
'b.dart',
'c.dart',
'd.dart',
- ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
+ ]);
}
'''.replaceAll('\n ', '\n'),
});

Powered by Google App Engine
This is Rietveld 408576698