| Index: lib/dom/templates/html/interface/interface_Element.darttemplate
|
| diff --git a/lib/dom/templates/html/interface/interface_Element.darttemplate b/lib/dom/templates/html/interface/interface_Element.darttemplate
|
| index 455eb0d24f804990c5402ad2773a97dca3bd0125..f0dcbc4fab0ceb61de769e626e97067a41dd8833 100644
|
| --- a/lib/dom/templates/html/interface/interface_Element.darttemplate
|
| +++ b/lib/dom/templates/html/interface/interface_Element.darttemplate
|
| @@ -71,6 +71,9 @@ interface Element extends Node, NodeSelector default _$(ID)FactoryProvider {
|
| AttributeMap get dataAttributes();
|
| void set dataAttributes(Map<String, String> value);
|
|
|
| + void addText(String text);
|
| + void addHTML(String html);
|
| +
|
| /**
|
| * @domName getClientRects, getBoundingClientRect, clientHeight, clientWidth,
|
| * clientTop, clientLeft, offsetHeight, offsetWidth, offsetTop, offsetLeft,
|
|
|