| Index: sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| index 41de3d780e9fe9bc34ffb38cf1a2621b77b077c7..1f333773e7b39504605cecfcc73cb6417a068681 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| @@ -2,8 +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.
|
|
|
| -class $CLASSNAME extends $SUPER implements $INTERFACE {
|
| - $CLASSNAME(_ptr) : super(_ptr);
|
| +class $CLASSNAME extends $SUPER {
|
| + $CLASSNAME(EventTarget _ptr) : super(_ptr);
|
| $!MEMBERS
|
| EventListenerList get mouseWheel {
|
| if (JS('bool', '#.onwheel !== undefined', _ptr)) {
|
|
|