| Index: sdk/lib/html/templates/html/impl/impl_WheelEvent.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_WheelEvent.darttemplate b/sdk/lib/html/templates/html/impl/impl_WheelEvent.darttemplate
|
| index 466b79a374fa7cc63c9c83f19cebbbdfa96f78cc..c0fad3f5fedc6d3cc0ab7d35668bd4fbbbaf19ee 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_WheelEvent.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_WheelEvent.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
|
|
|
|
|