| Index: lib/html/templates/html/impl/impl_MutationObserver.darttemplate
|
| diff --git a/lib/html/templates/html/impl/impl_MutationObserver.darttemplate b/lib/html/templates/html/impl/impl_MutationObserver.darttemplate
|
| index 528b0fcc201ac0069114e3e5a57c759778578219..4ae3c21d22049f8cd1a420b3bcb83284ad817e30 100644
|
| --- a/lib/html/templates/html/impl/impl_MutationObserver.darttemplate
|
| +++ b/lib/html/templates/html/impl/impl_MutationObserver.darttemplate
|
| @@ -5,14 +5,14 @@
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
| void observe(Node target,
|
| - [Map options,
|
| + {Map options,
|
| bool childList,
|
| bool attributes,
|
| bool characterData,
|
| bool subtree,
|
| bool attributeOldValue,
|
| bool characterDataOldValue,
|
| - List<String> attributeFilter]) {
|
| + List<String> attributeFilter}) {
|
|
|
| // Parse options into map of known type.
|
| var parsedOptions = _createDict();
|
|
|