| Index: lib/html/templates/html/interface/interface_Node.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_Node.darttemplate b/lib/html/templates/html/interface/interface_Node.darttemplate
|
| index 1bc224b95f452cc8420193f9ba1939ecc5517051..bb18ad21d0bde69039521238a3b5552b58c019ee 100644
|
| --- a/lib/html/templates/html/interface/interface_Node.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_Node.darttemplate
|
| @@ -20,7 +20,7 @@ abstract class $ID$EXTENDS {
|
| * Removes this node from the DOM.
|
| * @domName Node.removeChild
|
| */
|
| - Node remove();
|
| + void remove();
|
|
|
| $!MEMBERS
|
| }
|
|
|