| 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 18735d005205f5dd0be362d9dc0689cc458e0e65..3c33d95fd014adf5ce298c4e92fef848aaf13ca4 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -36918,7 +36918,7 @@ class _Utils {
|
| throw new UnsupportedError("Invalid custom element from $libName.");
|
| }
|
| var className = MirrorSystem.getName(cls.simpleName);
|
| - var createdConstructor = cls.constructors[new Symbol('$className.created')];
|
| + var createdConstructor = cls.declarations[new Symbol('$className.created')];
|
| if (createdConstructor == null ||
|
| createdConstructor is! MethodMirror ||
|
| !createdConstructor.isConstructor) {
|
|
|