| Index: lib/compiler/implementation/lib/native_helper.dart
|
| diff --git a/lib/compiler/implementation/lib/native_helper.dart b/lib/compiler/implementation/lib/native_helper.dart
|
| index b712204809ba12a534ecabb0a5a5119af916d7ff..aca1e321ae890f2d9362ee03cc69161418e64740 100644
|
| --- a/lib/compiler/implementation/lib/native_helper.dart
|
| +++ b/lib/compiler/implementation/lib/native_helper.dart
|
| @@ -37,6 +37,7 @@ String typeNameInFirefox(obj) {
|
| if (name == 'DragEvent') return 'MouseEvent';
|
| if (name == 'DataTransfer') return 'Clipboard';
|
| if (name == 'FormData') return 'DOMFormData';
|
| + if (name == 'MouseScrollEvent') return 'WheelEvent';
|
| return name;
|
| }
|
|
|
|
|