| Index: sdk/lib/html/templates/html/dartium/factoryprovider.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dartium/factoryprovider.darttemplate b/sdk/lib/html/templates/html/dartium/factoryprovider.darttemplate
|
| index d36e7f4f6972af1e82cc94d59d0d9fde8a5916a5..16f3515f438a48a7098c635497cf161b21353d91 100644
|
| --- a/sdk/lib/html/templates/html/dartium/factoryprovider.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dartium/factoryprovider.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class $FACTORYPROVIDER {
|
| static $INTERFACE create$INTERFACE($PARAMETERS) native "$NATIVE_NAME";
|
| }
|
|
|