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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review Created 8 years, 7 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: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java
index b44b5025512d9f65b52e38b959dcde0ca24ce58c..4b1a6932a46238d65117fa4374d90a967b0c7250 100644
--- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java
@@ -73,7 +73,7 @@ public class SamplesTest extends TestCase {
static {
KNOWN_DART_LIBS.add("dart:core");
KNOWN_DART_LIBS.add("dart:coreimpl");
- KNOWN_DART_LIBS.add("dart:dom");
+ KNOWN_DART_LIBS.add("dart:dom_deprecated");
KNOWN_DART_LIBS.add("dart:html");
KNOWN_DART_LIBS.add("dart:io");
KNOWN_DART_LIBS.add("dart:isolate");

Powered by Google App Engine
This is Rietveld 408576698