| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 68d00353216d1ddbd756132ceb7b1d7814649f31..7e8622fdc3d4db2553766b6e910037e3b65003b3 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -31568,7 +31568,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,
|
|
|