| Index: lib/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/lib/dom/templates/html/impl/impl_Node.darttemplate b/lib/dom/templates/html/impl/impl_Node.darttemplate
|
| index 019c59ce95ace16c7f617027a6cad98073cf6b2e..e9693dc1437d4b766922d68c333cdd921345c2bd 100644
|
| --- a/lib/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/lib/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -136,8 +136,8 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| try {
|
| final _NodeImpl parent = this.parent;
|
| parent.$dom_replaceChild(otherNode, this);
|
| - } catch(var e) {
|
| -
|
| + } catch (e) {
|
| +
|
| };
|
| return this;
|
| }
|
|
|