| Index: lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
|
| diff --git a/lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate b/lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
|
| index 99a2206f80328ffe643039f4f3ec6bf14db0075a..88d29d6f28c51b4faf3f012310cf67db08c4559d 100644
|
| --- a/lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
|
| +++ b/lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| class $FACTORYPROVIDER {
|
| - factory $CONSTRUCTOR(MutationCallback callback) native '''
|
| + static $CONSTRUCTOR create$(CONSTRUCTOR)(MutationCallback callback) native '''
|
| var constructor =
|
| window.MutationObserver || window.WebKitMutationObserver ||
|
| window.MozMutationObserver;
|
|
|