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

Unified Diff: client/tests/client/html/html_tests.dart

Issue 8371010: Disable implict import of dart:dom. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/html/html_tests.dart
diff --git a/client/tests/client/html/html_tests.dart b/client/tests/client/html/html_tests.dart
index 191adb40b0f4afd9eb3608abe4f226a0a42c0b8e..329835ffe0cce707972447c909aab5095d9be661 100644
--- a/client/tests/client/html/html_tests.dart
+++ b/client/tests/client/html/html_tests.dart
@@ -9,6 +9,10 @@
#import('../../../testing/unittest/unittest.dart');
#import('../../../util/utilslib.dart');
+// Ugly, temporary hack: this import disables implicit
+// import of dart:dom by Dartium.
+#import('dart:html', prefix: 'no_use');
+
#source('DocumentFragmentTests.dart');
main() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698