| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 69b600bf94e614e6eafb2088f784bd1a839544cc..9ca962ac138ebb008021c2c20003b363332b0aeb 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -37137,7 +37137,6 @@ class _VMElementUpgrader implements ElementUpgrader {
|
| throw new UnsupportedError('Element is incorrect type');
|
| }
|
| return _Utils.changeElementWrapper(element, _type);
|
| - return null;
|
| }
|
| }
|
|
|
|
|