Index: compiler/java/com/google/dart/compiler/SystemLibraryManager.java |
diff --git a/compiler/java/com/google/dart/compiler/SystemLibraryManager.java b/compiler/java/com/google/dart/compiler/SystemLibraryManager.java |
index b573e323de27c207b7de243da3f75287cd1d9bdf..bab8b97444cda97da66d418f07705f9e0991a8b3 100644 |
--- a/compiler/java/com/google/dart/compiler/SystemLibraryManager.java |
+++ b/compiler/java/com/google/dart/compiler/SystemLibraryManager.java |
@@ -25,7 +25,6 @@ public class SystemLibraryManager { |
CORE, true), |
DOM("dom", "dom", "dom/", "dom.dart", "domlib.jar"), |
HTML("html", "html", "html/", "html.dart", "htmllib.jar"), |
- HTMLIMPL("html", "htmlimpl", "html/", "htmlimpl.dart", "htmllib.jar"), |
JSON("json", "json", "json/", "json.dart", "jsonlib.jar"), |
ISOLATE("isolate", "isolate", "isolate/", "isolate_compiler.dart", "isolatelib.jar"); |