| 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 6f09793ca4c827e51815af98cae338df85915b2d..d7d946d29c8ebee61acb762605ffbc98747f0bce 100644
|
| --- a/compiler/java/com/google/dart/compiler/SystemLibraryManager.java
|
| +++ b/compiler/java/com/google/dart/compiler/SystemLibraryManager.java
|
| @@ -25,6 +25,7 @@ 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");
|
|
|
| final String hostName;
|
|
|