| Index: tools/dom/templates/html/impl/impl_DOMException.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_DOMException.darttemplate b/tools/dom/templates/html/impl/impl_DOMException.darttemplate
|
| index 498349bce7ca527de4e9d5fa9f496a5724c2e75f..8b90d09ca27325e48ae5583450410690bc72ca05 100644
|
| --- a/tools/dom/templates/html/impl/impl_DOMException.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_DOMException.darttemplate
|
| @@ -27,6 +27,8 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
| static const String TIMEOUT = 'TimeoutError';
|
| static const String INVALID_NODE_TYPE = 'InvalidNodeTypeError';
|
| static const String DATA_CLONE = 'DataCloneError';
|
| + // Is TypeError class derived from DomException but name is 'TypeError'
|
| + static const String TYPE_ERROR = 'TypeError';
|
|
|
| $if DART2JS
|
| String get name {
|
|
|