| Index: tools/dom/src/native_DOMImplementation.dart
|
| ===================================================================
|
| --- tools/dom/src/native_DOMImplementation.dart (revision 32687)
|
| +++ tools/dom/src/native_DOMImplementation.dart (working copy)
|
| @@ -406,7 +406,7 @@
|
| // TODO(vsm): Move these checks into native code.
|
| ClassMirror cls = reflectClass(type);
|
| if (_isBuiltinType(cls)) {
|
| - throw new UnsupportedError("Invalid custom element from ${cls.owner.uri}.");
|
| + throw new UnsupportedError("Invalid custom element from ${(cls.owner as LibraryMirror).uri}.");
|
| }
|
| var className = MirrorSystem.getName(cls.simpleName);
|
| var createdConstructor = cls.declarations[new Symbol('$className.created')];
|
|
|