| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 0bf942961608b1e700c872843d9093c12e180d1d..62bf3eeb517b617d84905b6ba35dd0217b821e44 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -32959,7 +32959,7 @@ class WebSocket extends EventTarget {
|
| class WheelEvent extends MouseEvent {
|
|
|
| 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,
|
|
|