| 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 3a1e464a3ce902b7ed2fa402ec09a573789d4a18..5ea1e4d87b4e0faa6d2680a0e4754a1e3f22325d 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -11981,7 +11981,7 @@ class ErrorEvent extends Event native "ErrorEvent" {
|
|
|
|
|
| @DomName('Event')
|
| -class Event extends Interceptor native "Event" {
|
| +class Event extends Interceptor native "Event,InputEvent" {
|
| // In JS, canBubble and cancelable are technically required parameters to
|
| // init*Event. In practice, though, if they aren't provided they simply
|
| // default to false (since that's Boolean(undefined)).
|
|
|