| 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 5c7035601d7a2ddbabac9e3c8081ca0b00c7f529..cbb392482b01201be11117172a02112d7b0b9e58 100644
|
| --- a/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate
|
| @@ -91,7 +91,7 @@ $if DART2JS
|
| @JSName('observe')
|
| void _call(target, options) native;
|
|
|
| - static MutationObserver _create(MutationCallback callback) {
|
| + factory MutationObserver(MutationCallback callback) {
|
| // Dummy statement to mark types as instantiated.
|
| JS('MutationObserver|MutationRecord', '0');
|
|
|
|
|