| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index e3e769c7fe7faebe383fa6ba723524e9df11114d..83555ee93ab689eb610bbd146badae190ea9b3cf 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -1377,15 +1377,6 @@ $endif
|
| String get innerHtml => _innerHtml;
|
|
|
| /**
|
| - * For use while transitioning to the safe [innerHtml] or [setInnerHtml].
|
| - * Unsafe because it opens the app to cross-site scripting vulnerabilities.
|
| - */
|
| - @deprecated
|
| - void set unsafeInnerHtml(String html) {
|
| - _innerHtml = html;
|
| - }
|
| -
|
| - /**
|
| * This is an ease-of-use accessor for event streams which should only be
|
| * used when an explicit accessor is not available.
|
| */
|
|
|