| 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);
|
| }
|
|
|