| Index: lib/html/templates/html/dartium/factoryprovider.darttemplate
|
| diff --git a/lib/html/templates/html/dartium/factoryprovider.darttemplate b/lib/html/templates/html/dartium/factoryprovider.darttemplate
|
| index df5dcc88d7997c6f87a0ca63b8ed1dccf2380cde..1b0b5d528fbe7e6f8d2f0448613921b53e4f1c96 100644
|
| --- a/lib/html/templates/html/dartium/factoryprovider.darttemplate
|
| +++ b/lib/html/templates/html/dartium/factoryprovider.darttemplate
|
| @@ -3,6 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| class $FACTORYPROVIDER {
|
| - factory $INTERFACE($PARAMETERS) => _create$INTERFACE($ARGUMENTS);
|
| + static $INTERFACE create$INTERFACE($PARAMETERS) => _create$INTERFACE($ARGUMENTS);
|
| static $INTERFACE _create$INTERFACE($PARAMETERS) native "$NATIVE_NAME";
|
| }
|
|
|