| Index: sdk/lib/html/templates/html/dart2js/factoryprovider_OptionElement.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/factoryprovider_OptionElement.darttemplate b/sdk/lib/html/templates/html/dart2js/factoryprovider_OptionElement.darttemplate
|
| index 22769d8405083958b653f94ceeeccb4c425c6160..eef4e6db8704bd38f4287ff5f5deb34e9666eb81 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/factoryprovider_OptionElement.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/factoryprovider_OptionElement.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 OptionElement createOptionElement(
|
| [String data, String value, bool defaultSelected, bool selected]) {
|
|
|