| 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 576ff5ed1db6450c3825f7565a52ad78ecdeaab0..100e017726554ec206a76588c7048e92ce635435 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -721,6 +721,11 @@ $(ANNOTATIONS)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| @Experimental()
|
| void leftView() {}
|
|
|
| + /**
|
| + * Called by the DOM whenever an attribute on this has been changed.
|
| + */
|
| + void attributeChanged(String name, String oldValue, String newValue) {}
|
| +
|
| // Hooks to support custom WebComponents.
|
|
|
| $if DART2JS
|
|
|