| Index: tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate b/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| index c49d8f6b20151666a60e45e2472c7dc6c1aca5be..93da12737b89fb857bb4f42dff7ce764a8122475 100644
|
| --- a/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| @@ -17,7 +17,7 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| view = window;
|
| }
|
| var eventType = 'WheelEvent';
|
| - if (_Device.isFirefox) {
|
| + if (Device.isFirefox) {
|
| eventType = 'MouseScrollEvents';
|
| }
|
| final event = document.$dom_createEvent(eventType);
|
|
|