| Index: tools/dom/templates/html/impl/impl_MutationObserver.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate b/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate
|
| index 413a35d333b8d403d21bae728819c32aeee14c1c..d4125367935a5476a48538af8071eac60a7eaad4 100644
|
| --- a/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate
|
| @@ -89,6 +89,5 @@ $if DART2JS
|
| $else
|
| factory MutationObserver(MutationCallback callback) =>
|
| new MutationObserver._(_wrapBinaryZone(callback));
|
| - });
|
| $endif
|
| }
|
|
|