| 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 1fb997c524f2f6b807d1c11ba64205482c32a20e..8a5e3836a072738ea4710893d4d001cd082f7636 100644
|
| --- a/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_WheelEvent.darttemplate
|
| @@ -7,7 +7,7 @@ part of $LIBRARYNAME;
|
| $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
|
|
| factory WheelEvent(String type,
|
| - {Window view, int deltaX: 0, int deltaY: 0, int deltaZ: 0,
|
| + {Window view, num deltaX: 0, num deltaY: 0, num deltaZ: 0,
|
| int deltaMode: 0,
|
| int detail: 0, int screenX: 0, int screenY: 0, int clientX: 0,
|
| int clientY: 0, int button: 0, bool canBubble: true,
|
|
|