| Index: tools/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| index 12204671d8d64ef96e651e4fba444cdb6cc9e18e..f6fa8249dc6780669b8c8027e942dc4a6d691d31 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -258,12 +258,5 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| * Print out a String representation of this Node.
|
| */
|
| String toString() => nodeValue == null ? super.toString() : nodeValue;
|
| -
|
| - /**
|
| - * Use ownerDocument instead.
|
| - */
|
| - @deprecated
|
| - Document get document => ownerDocument;
|
| -
|
| $!MEMBERS
|
| }
|
|
|