| Index: tools/dom/src/dartium_CustomElementSupport.dart
|
| diff --git a/tools/dom/src/dartium_CustomElementSupport.dart b/tools/dom/src/dartium_CustomElementSupport.dart
|
| index df29593070b03ac280cb7b5255487686d51b8a62..3afc56ae4f26580000b18c05fbc3a1430e3f6b8e 100644
|
| --- a/tools/dom/src/dartium_CustomElementSupport.dart
|
| +++ b/tools/dom/src/dartium_CustomElementSupport.dart
|
| @@ -31,7 +31,6 @@ class _VMElementUpgrader implements ElementUpgrader {
|
| throw new UnsupportedError('Element is incorrect type');
|
| }
|
| return _Utils.changeElementWrapper(element, _type);
|
| - return null;
|
| }
|
| }
|
|
|
|
|