Index: client/dom/templates/html/interface/interface_Document.darttemplate |
diff --git a/client/dom/templates/html/interface/interface_Document.darttemplate b/client/dom/templates/html/interface/interface_Document.darttemplate |
index 854263d16592c36e21e8db6d2583e187e9da247d..d4c72983de88005d1d2156c0694925572847177e 100644 |
--- a/client/dom/templates/html/interface/interface_Document.darttemplate |
+++ b/client/dom/templates/html/interface/interface_Document.darttemplate |
@@ -4,11 +4,5 @@ |
interface Document extends HtmlElement { |
- // TODO(jacobr): remove these methods and let them be generated automatically |
- // once dart supports defining fields with the same name in an interface and |
- // its parent interface. |
- String get title(); |
- void set title(String value); |
- |
$!MEMBERS |
} |