| Index: tools/dom/templates/html/impl/impl_MutationEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate b/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate
|
| index 0f7c31645c4c9a90117c257ec34f8812451ac4fc..dcd696700b346d5928e2feefe2af55c1a3219c39 100644
|
| --- a/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: false, bool cancelable: false, Node relatedNode,
|
| String prevValue, String newValue, String attrName, int attrChange: 0}) {
|
|
|