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

Unified Diff: compiler/java/com/google/dart/compiler/type/ExternalTypeAnalyzers.java

Issue 10855267: Support for inferring SelectElement from 'select' tag (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698