| Index: compiler/java/com/google/dart/compiler/type/ExternalTypeAnalyzers.java
|
| diff --git a/compiler/java/com/google/dart/compiler/type/ExternalTypeAnalyzers.java b/compiler/java/com/google/dart/compiler/type/ExternalTypeAnalyzers.java
|
| index 5934a667d88dcafbaaeafb9c1e112b25c6393a47..56cd26774a40f0373ef1744213f6116381fb1710 100644
|
| --- a/compiler/java/com/google/dart/compiler/type/ExternalTypeAnalyzers.java
|
| +++ b/compiler/java/com/google/dart/compiler/type/ExternalTypeAnalyzers.java
|
| @@ -67,6 +67,7 @@ public class ExternalTypeAnalyzers {
|
| tagToElementType.put("PRE", "PreElement");
|
| tagToElementType.put("PROGRESS", "ProgressElement");
|
| tagToElementType.put("SCRIPT", "ScriptElement");
|
| + tagToElementType.put("SELECT", "SelectElement");
|
| tagToElementType.put("SOURCE", "SourceElement");
|
| tagToElementType.put("SPAN", "SpanElement");
|
| tagToElementType.put("STYLE", "StyleElement");
|
|
|