| Index: lib/html/templates/html/interface/interface_MutationObserver.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_MutationObserver.darttemplate b/lib/html/templates/html/interface/interface_MutationObserver.darttemplate
|
| index 99ba8a981961b72bc8f8d9a355db8e1d6631c9f5..bde6196ec71cdcf98158146c343854ca9994fb0b 100644
|
| --- a/lib/html/templates/html/interface/interface_MutationObserver.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_MutationObserver.darttemplate
|
| @@ -8,12 +8,12 @@ $!COMMENT
|
| abstract class $ID$EXTENDS {
|
| $!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});
|
| }
|
|
|