| Index: sdk/lib/html/templates/html/dart2js/impl_SelectElement.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_SelectElement.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_SelectElement.darttemplate
|
| index f9072fa2d2fa182085efd7fa27b4dbde02be4aae..10b2673e7e218080fe7d6ec33191cc0cec6b7da6 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_SelectElement.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_SelectElement.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 $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
|
|
|
|