| Index: sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| ===================================================================
|
| --- sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate (revision 15525)
|
| +++ sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate (working copy)
|
| @@ -144,7 +144,7 @@
|
| }
|
| return null;
|
| }
|
| - Element get $m_lastElementChild() => elements.last;
|
| + Element get $m_lastElementChild => elements.last;
|
| Element get nextElementSibling => null;
|
| Element get previousElementSibling => null;
|
| Element get offsetParent => null;
|
|
|