| Index: lib/dom/templates/html/dartium/factoryprovider.darttemplate
|
| diff --git a/lib/dom/templates/html/dartium/factoryprovider.darttemplate b/lib/dom/templates/html/dartium/factoryprovider.darttemplate
|
| index 31ce13d702e6c6173b775c63e349faa9067f53d2..df5dcc88d7997c6f87a0ca63b8ed1dccf2380cde 100644
|
| --- a/lib/dom/templates/html/dartium/factoryprovider.darttemplate
|
| +++ b/lib/dom/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) =>
|
| - _wrap(_$(DOM_INTERFACE)FactoryProviderImpl.create$DOM_INTERFACE($ARGUMENTS));
|
| + factory $INTERFACE($PARAMETERS) => _create$INTERFACE($ARGUMENTS);
|
| + static $INTERFACE _create$INTERFACE($PARAMETERS) native "$NATIVE_NAME";
|
| }
|
|
|