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

Unified Diff: tools/dom/src/dartium_CustomElementSupport.dart

Issue 1402693002: Fixed JS custom elements and temporarily mark polymer test as failing (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « tests/co19/co19-dartium.status ('k') | tools/dom/templates/html/dartium/html_dartium.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/dartium_CustomElementSupport.dart
diff --git a/tools/dom/src/dartium_CustomElementSupport.dart b/tools/dom/src/dartium_CustomElementSupport.dart
index b80c1df4f4d253822b14432eba6b1a0089210bb8..85ff4d6aca78a57460bc5bff8ee08d3dd4ab552c 100644
--- a/tools/dom/src/dartium_CustomElementSupport.dart
+++ b/tools/dom/src/dartium_CustomElementSupport.dart
@@ -39,7 +39,7 @@ class _VMElementUpgrader implements ElementUpgrader {
}
// Remember Dart class to tagName for any upgrading done in wrap_jso.
- _knownCustomElements[tag] = _type;
+ _addCustomElementType(tag, _type);
return createCustomUpgrader(_nativeType, jsObject);
}
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tools/dom/templates/html/dartium/html_dartium.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698